text stringlengths 0 1.99k |
|---|
PREFACE: What this guide is about. |
This was written to help Hackers learn to basics of how to function on an |
IBM VM/370. Not as a guide on how to get in, but on how to use it one |
you have gotten in. |
Comments on this are welcome at RIPCO 312-528-5020. |
Note: To VM/370 Hackers, feel free to add to this file, just give myself |
& Lunatic Labs credit for our parts. |
PART 1: Logging in & out |
When you connect to a VM/370 system hit RETURN till you see: |
VM/370 |
! |
To logon you type: |
logon userid ('logon' may be abbreviated to 'l') |
If you enter an invalid userid, It will respond with a message: |
'userid not in cp directory'. |
If it is valid you with get: |
ENTER PASSWORD: |
Enter your password, then your in, hopefully.... |
Logging Out: |
Type: |
log |
PART 2: Loading CMS & Getting set up |
When you logon, if you do not see the message 'VM/SP CMS - (date) (time) |
you will need to load 'CMS' (CMS in a command interpreter). |
Type: |
cp ipl cms |
You should then see something like this: |
R; T=0.01/0.01 08:05:50 |
Now you will be able to use both CP & CMS commands... |
Some system my think you are using an IBM 3270 Terminal, if you can |
emulate a 3270 (for example with Crosstalk) do so, if not type: |
set terminal typewriter or set terminal dumb |
PART 3: Files |
You can list your files by typing: |
filelist |
Wildcards can be used, so: |
filelist t* |
list all files beginning with a 't'. |
Filenames are made up of a FILENAME and FILETYPE |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.