Allocation to SYSEXEC completed.
To have SETUP execute when you log on and automatically allocate your data
set to SYSEXEC, type the same EXEC command in the COMMAND field of
your LOGON panel.
------------------------------- TSO/E LOGON ----------------------------------
PF1/PF13 ==> Help PF3/PF15 ==> Logoff PA1 ==> Attention PA2 ==> Reshow
You may request specific HELP information by entering a '?' in
any entry field.
ENTER LOGON PARAMETERS BELOW: RACF LOGON PARAMETERS:
USERID ===> YOURID
PASSWORD ===> NEW PASSWORD ===>
PROCEDURE ===> MYPROC GROUP IDENT ===>
ACCT NMBR ===> 00123
SIZE ===> 5800
PERFORM ===>
COMMAND ===> EXEC rexx.exec(setup) exec
ENTER AN 'S' BEFORE EACH OPTION DESIRED BELOW:
-NOMAIL -NONOTICE -RECONNECT -OIDCARD
Checklist #4: Writing an Exec that Sets up Allocation to SYSPROC
1. Write an exec named SETUP that allocates data sets to SYSPROC.
Create a data set member named SETUP in your exec PDS. In SETUP issue
an ALLOCATE command that concatenates your PDS to the beginning of all the
data sets already allocated to SYSPROC. Include the data sets allocated to
SYSPROC from the list in the “Preliminary Checklist” on page 186. If there are
no other data sets allocated to SYSPROC, specify your PDS only. Your SETUP
exec could look like the following example.
Checklist #3
192
z/OS V1R1.0 TSO/E REXX User’s Guide