z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SCLM Batch considerations

z/OS ISPF Planning and Customizing
GC19-3623-00

Before using the SCLM batch facility, modify the FLMLIBS skeleton to allow for batch submissions. FLMLIBS is found in the ISPF skeleton target data set ISP.SISPSLIB. It is the common imbed for the other SCLM skeletons used for batch submission. Modify the data set names in FLMLIBS to match your installation's naming conventions.

Note: In Figure 1, the 'ISP' data set high-level qualifier represents your ISPF data sets. xxx corresponds to a national language as follows:
Language
xxx
US English
ENU (the default)
Uppercase English
ENP
Swiss German
DES
Japanese
JPN
German
DEU
Figure 1. Sample FLMLIBS skeleton
)CM
)CM THIS DEFINES THE STEPLIB AND ISPF LIBRARIES
)CM TO BE USED DURING SCLM BATCH OPERATIONS
)CM
)CM BE SURE TO INCLUDE THE LOAD LIBRARIES CONTAINING ISPF.
//*
//******************************************************************
//* STEPLIB LIBRARIES
//******************************************************************
//*
//STEPLIB  DD  DSN=ISP.SISPLPA,DISP=SHR
//         DD  DSN=ISP.SISPLOAD,DISP=SHR
//         DD  DSN=CEE.SCEERUN,DISP=SHR
//         DD  DSN=CEE.SCEERUN2,DISP=SHR
//*
//******************************************************************
//* ISPF LIBRARIES
//******************************************************************
//*
//ISPMLIB  DD  DSN=ISP.SISPMXXX,DISP=SHR ISPF MSGS
//*
//ISPSLIB  DD  DSN=ISP.SISPSXXX,DISP=SHR ISPF SKELS
//         DD  DSN=ISP.SISPSLIB,DISP=SHR ISPF SKELS
//*
//ISPPLIB  DD  DSN=ISP.SISPPXXX,DISP=SHR ISPF PANELS
//*
//ISPTLIB  DD  UNIT=&VIOUNIT;,DISP=(NEW,PASS),SPACE=(CYL,(1,1,5)),
//             DCB=(LRECL=80,BLKSIZE=19040,DSORG=PO,RECFM=FB),
//             DSN=&TABLESP                  TEMPORARY TABLE LIBRARY
//         DD  DSN=ISP.SISPTXXX,DISP=SHR ISPF TABLES
//*
//ISPTABL  DD  UNIT=&VIOUNIT;,DISP=(NEW,PASS),SPACE=(CYL,(1,1,5)),
//             DCB=(LRECL=80,BLKSIZE=19040,DSORG=PO,RECFM=FB),
//             DSN=&TABLESP                  TEMPORARY TABLE LIBRARY
//*
//ISPPROF  DD  UNIT=&VIOUNIT;,DISP=(NEW,PASS),SPACE=(CYL,(1,1,5)),
//             DCB=(LRECL=80,BLKSIZE=19040,DSORG=PO,RECFM=FB),
//             DSN=&TABLESP                  TEMPORARY TABLE LIBRARY
//*
//ISPLOG   DD  SYSOUT=*,
//             DCB=(LRECL=120,BLKSIZE=2400,DSORG=PS,RECFM=FB)
//*
//ISPCTL1  DD DISP=NEW,UNIT=VIO,SPACE=(CYL,(1,1)),
//            DCB=(LRECL=80,BLKSIZE=800,RECFM=FB)   TEMPORARY FILE
//*                                                 TAILORING DATASET
//*                                                          OW01230
//SYSTERM  DD SYSOUT=*
//*
//*--------------------------------------------------------------------
//* TEMPORARY CLIST CONTAINING COMMAND TO BE EXECUTED
//*--------------------------------------------------------------------
//SYSPROC  DD  DSN=&&&&CLIST&STEP,DISP=(OLD,DELETE)
//         DD  DSN=ISP.SISPCLIB,DISP=SHR          CLIST LIBRARY OW01230
//*
)CM
)CM 5647-A01 (C) COPYRIGHT IBM CORP 1989, 2005 */

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014