Checklist #4: Writing An Exec That Sets Up Allocation To Sysproc - IBM TSO/E REXX User Manual

Table of Contents

Advertisement

Checklist #3

Checklist #4: Writing an Exec that Sets up Allocation to SYSPROC

1. Write an exec named SETUP that allocates data sets to SYSPROC.
192
z/OS V1R1.0 TSO/E REXX User's Guide
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:
USERID
===> YOURID
PASSWORD ===>
PROCEDURE ===> MYPROC
ACCT NMBR ===> 00123
SIZE
===> 5800
PERFORM
===>
COMMAND
===> EXEC rexx.exec(setup) exec
ENTER AN 'S' BEFORE EACH OPTION DESIRED BELOW:
-NOMAIL
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.
RACF LOGON PARAMETERS:
NEW PASSWORD ===>
GROUP IDENT ===>
-NONOTICE
-RECONNECT
-OIDCARD

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents