Logging on to TSO To log on to TSO through the "DCA" network, type vtam at the ENTER HOST NAME prompt.
If you are logging on from an Ethernet terminal server, enter connect vtam at the LOCAL > prompt and press RETURN.
You will be asked to enter your terminal type. Note : TSO documentation assumes an IBM 3270 keyboard, which has an ENTER key where other keyboards may have a RETURN key. When the UT logo appears along with a list of options, type
TSO userid
where "userid" is your MVS userid, consisting of your UTCC-assigned programmer number preceded by a P, e.g., P999998. A logon menu will appear, and the cursor will be located at the PASSWORD option. Type your RACF password (MVS password), and press ENTER. The logon menu will reappear, with the cursor positioned at the GROUP IDENT field. This field is filled in with the project code (Jxxxx) to which the TSO session will be charged. Several initialization messages will be displayed on the screen. If files have been sent to you from another user, you will receive notification at logon and will be asked to respond to the notification. If you do not want to make a decision about the incoming files, type END to exit the RECEIVE environment and continue the logon process. (If you do want to receive or delete the files at logon, consult the list of options in the next section, or enter HELP Press CLEAR or ENTER to continue. After doing this, you will be presented with the ISPF primary option menu. New users may wish to select the TUTORIAL option by typing T at the prompt.
How to receive files sent to you To receive files, you must enter the RECEIVE environment. The logon process will automatically place you in the RECEIVE environment if you have files to receive at logon, or you can enter RECEIVE at any time during a TSO session by selecting option 6 from the primary option menu and then typing RECEIVE. You will be prompted for a "restore" parameter; the choices are:
Press ENTER to receive the file with the name as sentType DATASET(data_set_name) to receive and rename the transmitted file
Type DELETE to delete the file
Type HELP for online help
Type END to exit from the RECEIVE environment
Logging off TSO To terminate ISPF and TSO, type END or X for exit from the primary options menu. If there is no listing or log file, then END or X will log you off ISPF. If there is a log or listing file, then a panel will be displayed that will permit the selection of options for disposition of the log, and of the list file if one exists. If you wish to print the files, the JOB statement information displayed at the bottom of the panel must be correct. (See section 7.2.1 for a discussion of the JOB statement.) At the READY prompt, enter LOGOFF To exit TSO, type X below the UT logo, at Enter Application ID ===>
PASSWORD PASSWORD
The terminal will prompt for the current password and for the new password. For help with this procedure, enter on the command line
TSO HELP PASSWORD The MVS Resource Access Control Facility (RACF) keeps a record in encrypted form of a user's last five passwords. When the password is changed, it cannot be changed to any of these last five values.
SUBMIT 'Jprojcode.SORT.JCL'
where 'Jprojcode.SORT.JCL' is a sequential data set which contains a job stream consisting of JCL and data. To submit a job stored as a member of a partitioned data set (PDS), use the following syntax:
SUBMIT 'Jprojcode.MYLIB.JCL(member_name)'
If the name of the file submitted is not enclosed in single quotes, then the user's profile prefix, Jnnnn, will be concatenated to the beginning of the filename. See section 6.3.2 for information about automatic password propagation for batch jobs submitted from TSO.
To submit a job as an EDIT subcommand in ISPF
You can submit a JCL file that you are editing by typing SUBMIT on the command line:
COMMAND ===> SUBMIT
For example:
//jobname JOB ,name,USER=Pusercode,GROUP=Jprojcode, // MSGCLASS=H,NOTIFY=Pusercode, // PASSWORD=? (your program) //ddname DD SYSOUT=*To view the output at your terminal, return to the primary options menu and select the LOCAL (option L) from the menu. When the LOCAL Options Menu is displayed, type S to select SDSF. On the SDSF menu, at the command line, type
H jobname
where jobname is the name of the job or is any part of the jobname beginning with the first character. If you type H EZ* , all jobs with names beginning with EZ will be displayed. When the jobs are displayed, use the TAB key to move the cursor to the prefix area to the left of the jobname and type
S to view the contents of the job output listing P to purge the job O to release the job for printing ? to view separate job sysout datasets
Online help An online tutorial on SDSF commands is available by typing HELP on any SDSF panel.
//jobname JOB ,name,USER=Pusercode,GROUP=Jprojcode, // PASSWORD=?
Sample CONTROL Section
A MESSAGE FROM: UT Office of Alumni Affairs Tyson Alumni House 1609 Melrose Avenue Knoxville, Tennessee Electronic Mail: P999998 at UTKMVS1 :LOGSEL. AlumAff :LOGNAME. Mail
[All names and userids in this section are fictitious.]
What's in a CONTROL section? The CONTROL section of a NAMES data set is optional; but, if you choose to have one, it must come first, before the nicknames. In the above sample CONTROL section, the PROLOG lines define a heading to be sent at the top of any notes transmitted to any nickname defined in this NAMES data set. The LOGSEL and LOGNAME declare that notes sent to or received from users for whom nicknames are defined in this file will be filed in a data set called "J4444.ALUMAFF.MAIL" unless a different file is indicated on an individual nickname entry.
What's in a NICKNAMES section? A nickname entry consists of all the data between two :NICK tags. A minimal nickname entry includes the nickname and userid:
:NICK. NANCY :USERID. P999998An optimum nickname entry might also include the node and the user's actual name. The node is required if the user is not on MVS, as in the following sample entry for a UTCC VMS VAXcluster user.
:NICK. ROGER :NODE. UTKVX :USERID. HENDERSO Roger HendersonFor more information about establishing a NAMES data set, enter the TSO command TSO HELP NICKNAME, or execute the following batch job for a printed copy of the help file:
//jobname JOB ,name,GROUP=Jprojcode,USER=Pusercode, // PASSWORD=? /*ROUTE PRINT RMTn //stepname EXEC BATCHTSO //SYSIN DD * HELP NICKNAME
------------ MESSAGE AND FILE TRANSMISSION ------------ COMMAND ===>
1 Send message 2 Send file 3 Send file with message
SEND MESSAGE OR FILE TO:
NICKNAME ===> (If user is in your names file)
USERID ===> (If names file not used) NODE ===> (If names file not used)
TRANSMIT OPTIONS ===>
For more information about the TRANSMIT command, enter the TSO command TSO HELP TRANSMIT, or execute the following batch job for a printed copy of the help file:
//jobname JOB ,name,GROUP=Jprojcode,USER=Pusercode, // PASSWORD=? /*ROUTE PRINT RMTn //stepname EXEC BATCHTSO //SYSIN DD * HELP TRANSMIT
ALU Pusercode DFLTGRP(Jprojcode)
where Pusercode is your MVS userid and Jprojcode is an MVS groupid with which your userid is valid. The following MVS batch job can be run to assign a default group.
//jobname JOB ,name,USER=Pusercode,GROUP=Jprojcode, // PASSWORD=? //STEP1 EXEC BATCHTSO ALU Pusercode DFLTGRP(Jprojcode)
Documentation
"Internet," U01-0629, available through PRTDOC, explains more about the Internet, FTP and Telnet and gives examples using FTP and Telnet to or from MVS/TSO.
SC09-1255, TCP/IP for MVS User's Guide , is on reserve in Hodges Library.
SEND/FILE/NETDATA/OPTIONS="EXTWTR=Pusercode"
where Pusercode is the TSO userid of the account to which the file is being sent. The text within the double quotes must be in uppercase. You will be prompted for the name of the file to send and for the destination. In response to the FILE: prompt, enter the VAX/VMS filename of the file you want to send. In response to the TO: prompt, enter Pusercode@utkmvs1.
For more information about TSO, see the following publications:
"TSO/ISPF," U01-0583, available through the PRTDOC facility on CMS
GC34-2078, ISPF General Information
SC34-2085, ISPF Dialog Management Services Examples
SC34-2089, ISPF/PDF Program Reference
SC34-4013, ISPF/PDF Library Management
SC34-4112, ISPF Dialog Management Guide
GC34-4116, ISPF/PDF General Information