Chapter Contents |
Previous |
Next |
SAS Companion for the OS/390 Environment |
The syntax of the JCL DD statement is
//DDname DD DSN=data-set-name,options |
Here are some examples:
//BOOKS DD DSN=LIBRARY.CATALOG.DATA,DISP=SHR
//REPORT DD DSN=LIBRARY.REPORT.FEB08,DISP=(NEW,CATLG), // SPACE=(CYL,(1,1)),UNIT=SYSDA, // DCB=(LRECL=80,RECFM=FB,BLKSIZE=6160)
//INPUT DD DSN=LIBRARY.DATA.QTR1,DISP=SHR // DD DSN=LIBRARY.DATA.QTR2,DISP=SHR // DD DSN=LIBRARY.DATA.QTR3,DISP=SHR // DD DSN=LIBRARY.DATA.QTR4,DISP=SHR
For complete information about the JCL DD statement, see the appropriate JCL User's Guide and JCL Reference for your OS level.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.