BTLSUNIT EQU   C’123’   <=== DEFINE AUTOMATED TAPE LIBRARY UNIT ADDRESS
BTLSDIGS EQU 4 <=== NUM OF DIGITS IN UNIT ADDR (3/4)
Example
If 1AB2 is the address of one of your automated tape library units, the parameters section should include the following statements:
BTLSUNIT EQU   C'1AB2'   <=== DEFINE AUTOMATED TAPE LIBRARY UNIT ADDRESS
BTLSDIGS EQU   4         <=== NUM OF DIGITS IN UNIT ADDRESS (3/4)
Example
If SYSDA is used as a temporary DASD unit, and BTLS messages should be printed to the default MSGCLASS SYSOUT class, the above mentioned DD statements should be as follows:
//BTLSIN   DD  UNIT=SYSDA,SPACE=(TRK,1)
//BTLSOUT  DD  SYSOUT=*
Parent Topic |