Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 481 Bytes

How to include library to current LOGON session.md

File metadata and controls

16 lines (15 loc) · 481 Bytes

Dynamic library inclusion to current LOGON session

"How to concatenate my datasets to ISPPLIB, ISPEXEC etc."

  1. Open "Current Data Set Allocations" page (Type it in command line at any ISPF page):
TSO ISRDDN
  1. Save current list of data set allocations into <user>.ISRDDN.CLIST:
CLIST
  1. Open <user>.ISRDDN.CLIST and concatenate your libraries to allocation command of specific DD.
  2. Go to READY page and execute command:
EXEC '<user>.ISRDDN.CLIST'