z/OS JES3 Initialization and Tuning Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Summary of JES3 initialization statements

z/OS JES3 Initialization and Tuning Reference
SA32-1005-00

Table 1. Functional summary of JES3 initialization statements
Statement Function
ACCOUNT Specifies default DSP accounting information.
BADTRACK Identifies a defective track on spool and prevents its use for subsequent allocations.
BUFFER3 Establishes the JES3 buffer pool and the size of JES3 DASD records.
CIPARM Specifies variable converter/interpreter parameter default values.
CLASS Specifies the characteristics of the JES3 job class.
COMMDEFN Identifies the VTAM/JES3 interface.
COMMENT Provides the facility for comments in the initialization stream.
   
COMPACT Identifies a compaction table.
CONSOLE Specifies the characteristics of a RJP workstation console and assigns message classes to it.
CONSTD Defines standards for console configuration.
DEADLINE Establishes deadline scheduling algorithms.
DESTDEF Specifies how inbound SYSOUT data sets from other NJE nodes are to be processed.
DEVICE Specifies the characteristics of each device defined to JES3.
DYNALDSN Identifies protection requirements for dynamically allocated data sets or permanently-resident devices.
DYNALLOC Dynamically allocates a data set or a device.
ENDINISH1 Identifies the end of the initialization stream.
ENDJSAM1 Identifies the end of the JES3 I/O statements which precede the bulk of the initialization stream.
FORMAT2 Requests formatting for the JES3 spool data set.
FSSDEF Defines the characteristics of a functional subsystem.
GROUP Specifies the characteristics of JES3 job class groups.
HWSNAME Identifies groups of I/O units for high watermark setup.
INCLUDE Selects and includes segments of an initialization stream into the primary initialization stream.
INTDEBUG Provides the facility to generate a dump associated with an initialization stream error message.
MAINPROC1,4 Identifies and specifies the characteristics of each main in the JES3 complex.
MSGROUTE Assigns MVS™ message routing codes for each main.
NETSERV Defines the attributes of a TCP/IP/NJE Network Server address space.
NJECONS Defines the message class to which JES3 Networking is to send network messages.
NJERMT Defines a node in a network of nodes.
OPTIONS3 Specifies certain options for the JES3 system.
OUTSERV Specifies output service defaults and standards.
RESCTLBK Specifies that main storage be preallocated for the high-usage function control table (FCT).
RESDSN Specifies the names of frequently used permanently resident data sets.
RJPLINE Specifies the characteristics of a single BSC line that the JES3 global will use for RJP.
RJPTERM Specifies the characteristics of a remote terminal for BSC remote job processing.
RJPWS Specifies the characteristics of a remote work station for SNA RJP.
SELECT Specifies the scheduling parameters for job selection modes.
SETACC Defines nonshared permanently resident direct access volumes before main initialization.
SETNAME Specifies groups of devices within device types.
SETPARAM Specifies main device scheduler (MDS) parameters for allocating I/O devices.
SETRES Specifies which direct access volumes are to be made JES3 mounted at main initialization.
SOCKET Defines the attributes of a TCP/IP/NJE socket connection.
SPART Defines and names a spool partition.
STANDARDS Specifies standard default values and job options for the JES3 complex.
SYSID Defines the default MVS/Bulk Data Transfer (MVS/BDT) node for the JES3 complex.
SYSOUT Specifies the characteristics of a SYSOUT class.
TRACK2 Identifies a formatted volume that is allocated for the spool data set.
Note:
  1. Required.
  2. Unformatted spool data sets need a FORMAT statement; formatted spool data sets need either a FORMAT or TRACK statement.
  3. Certain parameters can only be changed during a cold start. See the statement summary for details.
  4. Cannot change the order of MAINPROC statements across a warm start.
Table 2. Initialization Statement Summary A thru L
Initialization Statement Req or Opt Parameter Parameter Defaults Related Statement (Parameter) Start Type to Modify Page
 
  • W - warm start
  • C - cold start
  • HR - hot start with refresh
 
ACCOUNT Opt account information (0,0,0,0)   W, C, HR Parameters
BADTRACK Opt DDNAME   FORMAT(DDNAME); TRACK(DDNAME); DYNALLOC(DDN) W, C Parameters
CYL     W, C Parameters
TRK     W, C Parameters
BUFFER Opt BUFSIZE 4084 DEVICE(RECORDS); FORMAT(DDNAME); OPTIONS(SE) (JOBNO) C Parameters
PAGES 1024,128,512   W, C Parameters
GRPSZ 30 SPART(GRPSZ); SYSOUT(TRKGRPS) W, C Parameters
MINBUF 16   W, C, HR Parameters
SPLIM 10,25 SPART(SPLIM) W, C Parameters
TRUNC YES SYSOUT(TRUNC) W, C, HR Parameters
CIPARM Opt PARM 00000300025631 E00011A STANDARDS(PRTY); SYSOUT(CLASS) W, C, HR Parameters
PARMID 01 STANDARDS(TSOPMID, STCPMID, INTPMID) W, C, HR Parameters
REGION 256K   W, C, HR Parameters
COMMAND IGNORE   W, C, HR Parameters
AUTH ALL   W, C, HR Parameters
CLASS Opt CIBATCH ANY STANDARDS (CIBATCH) W, C, HR Parameters
CIDEMAND ANY STANDARDS (CIDEMAND) W, C, HR Parameters
NAME JS3BATCH (see statement) CLASS parameter on //*MAIN W, C, HR Parameters
DEF     W, C, HR Parameters
FAILURE   STANDARDS (FAILURE) W, C, HR Parameters
CLASS Opt GROUP JS3BATCH GROUP(NAME) (DEF) W, C, HR Parameters
IORATE MED SELECT(JOBMIX) (CHOICE) W, C, HR Parameters
JESMSG STANDARDS (JESMSG) setting STANDARDS (JESMSG) W, C, HR Parameters
JOURNAL NO JOURNAL parameter on //*MAIN W, C, HR Parameters
MDEPTH   MAINPROC(NAME) W, C, HR Parameters
MLIMIT   MAINPROC(NAME) W, C, HR Parameters
PRTY PRTY on STANDARDS STANDARDS(PRTY) W, C, HR Parameters
CLASS Opt SDEPTH     W, C, HR Parameters
SPART default spool partition SPART(NAME) W, C, HR Parameters
SPIN NO Job JCL JESLOG= keyword value W, C, HR Parameters
SYSSYM DISALLOW   W, C, HR Parameters
SYSTEM ANY MAINPROC(NAME) W, C, HR Parameters
TDEPTH     W, C, HR Parameters
TLIMIT     W, C, HR Parameters
TRKGRPS 1,2   W, C, HR Parameters
COMMDEFN Opt APPLID JES3   W, C, HR Parameters
P Null character string   W, C, HR Parameters
LU 255   W, C, HR Parameters
* (Comment) Opt None     W, C, HR Parameters
COMPACT Opt NAME   COMPACT on RJPWS W, C, HR Parameters
MCCT     W, C, HR Parameters
CHAR     W, C, HR Parameters
DEFAULT N   W, C, HR Parameters
CONSOLE (RJP) Opt JNAME   N= on RJPWS; N= on RJPTERM W, C, HR Parameters
TYPE     W, C, HR Parameters
DEST     W, C, HR Parameters
LL 120   W, C, HR Parameters
LEVEL 0   W, C, HR Parameters
SAVEMSG YES   W, C, HR Parameters
CONSTD Opt GLOBMPF NO   W, C Parameters
CIFSS FSSDEF   W, C Parameters
SYN 8   W, C Parameters
PLEXSYN *   W, C Parameters
DLOG ON   W, C Parameters
DEADLINE Opt type   //*MAIN W, C, HR Parameters
DESTDEF Opt USERID   NJERMT (NETHOLD) W, C, HR Parameters
DEVICE   NJERMT (NETHOLD) W, C, HR Parameters
DEVICE (processor status) Opt DTYPE       Parameters
JNAME   MAINPROC(NAME) W, C, HR Parameters
JUNIT main2,,,ON MAINPROC(NAME) W, C, HR Parameters
DEVICE (Network) Opt DTYPE     W, C, HR Parameters
JNAME   NJERMT(LINE) W, C, HR Parameters
JUNIT TP,ON MAINPROC(NAME) W, C, HR Parameters
NUMDEV     W, C, HR Parameters
DEVICE (I/O) Req ALTPM     W, C, HR Parameters
BURST YES   W, C, HR Parameters
CARRIAGE YES,STANDARD OUTSERV (CARRIAGE) W, C, HR Parameters
CB N   W, C, HR Parameters
CHARS YES,STANDARD OUTSERV(CHARS) W, C, HR Parameters
CHNSIZE DS   W, C, HR Parameters
CKPNT 200,10000,2000,1000   W, C, HR Parameters
CKPNTPG 200   W, C, HR Parameters
CKPNTSEC 200   W, C, HR Parameters
DEVICE (I/O) Req COPYMARK C   W, C, HR Parameters
DGROUP LOCAL SYSOUT(DEST) W, C, HR Parameters
DGRPONLY NO   W, C, HR Parameters
DTYPE   NJERMT(LINE) W, C, HR Parameters
DYNAMIC NO (NON FSS=YES)   W, C, HR Parameters
FEATURES     W, C, HR Parameters
FLASH YES,STANDARD OUTSERV(FLASH) W, C, HR Parameters
FORMS YES,STANDARD OUTSERV(FORMS) (CDSTOCK); SYSOUT(FORMS) W, C, HR Parameters
FSSNAME JNAME specification FSSDEF(FSSNAME) W, C, HR Parameters
DEVICE (I/O) Req HEADER YES SYSOUT(DEST) W, C, HR Parameters
JNAME   NJERMT(LINE); SYSOUT(DEST) W, C, HR Parameters
JUNIT destclass,ON CONSOLE(DEST); MAINPROC(NAME) W, C, HR Parameters
LDENS NO   W, C, HR Parameters
LINELIM   OUTSERV(WS=L) W, C, HR Parameters
MODE COMP (FSS with FSSNAME)   W, C, HR Parameters
MODIFY YES,STANDARD OUTSERV(MODIFY) W, C, HR Parameters
NPRO STANDARD   W, C, HR Parameters
NUMDEV     W, C, HR Parameters
DEVICE (I/O) Req OPACTLOG YES   W, C, HR Parameters
PAGELIM 0   W, C, HR Parameters
PDEFAULT NONE   W, C, HR Parameters
PDIR BDS   W, C, HR Parameters
PM FSS: (LINE,PAGE); COMP: LINE   W, C, HR Parameters
RDFEAT Y   W, C, HR Parameters
RECORDS 1 (2 for 3211) BUFFER(BUFSIZE) W, C, HR Parameters
SELECT EDS=NO   W, C, HR Parameters
SETUPMSG YES with FSS   W, C, HR Parameters
STACKER YES,STANDARD OUTSERV(STACKER) W, C, HR Parameters
DEVICE (I/O) Req SVF     W, C, HR Parameters
TRAIN YES,STANDARD OUTSERV(TRAIN); SYSOUT(TRAIN) W, C, HR Parameters
WC STANDARD   W, C, HR Parameters
WS STANDARD   W, C, HR Parameters
XLATE YES (NO for IBM® 3211, IBM 4245, and IBM 4248 devices)   W, C, HR Parameters
XTYPE TA,RM SETNAME(XTYPE); SETACC(VOL) W, C, HR Parameters
XUNIT destclass,ON MAINPROC(NAME); SETPARAM(MDSLOG) W, C, HR Parameters
DYNALDSN Opt PROTECT (*)   W, C, HR Parameters
BYPASS     W, C, HR Parameters
DYNALLOC Opt DDN   FORMAT(DDNAME); TRACK(DDNAME); (BADTRACK)DDNAME W, C, HR Parameters
DSN     W, C, HR Parameters
UNIT     W, C, HR Parameters
VOLSER     W, C, HR Parameters
ENDINISH Req       W, C, HR Parameters
ENDJSAM Req       W, C, HR Parameters
FORMAT Req DDNAME   BUFFER(BUFSIZE); DYNALLOC(DDN); BADTRACK(DDNAME) W, C Parameters
SPART   SPART(NAME) W, C Parameters
STT Allocates center 2 tracks to STT   Cold Only Parameters
STTL Allocates center 2 tracks to STT   Cold Only Parameters
FSSDEF Opt DSPCNT 2,1   W, C, HR Parameters
FSSNAME   DEVICE(FSSNAME) W, C, HR Parameters
MAXASST 0   W, C, HR Parameters
MSGDEST 42(JES)   W, C, HR Parameters
PNAME For CI FSS: JES3CI STANDARDS (STCPROC) W, C, HR Parameters
START YES   W, C, HR Parameters
SYSTEM For CI FSS: name of global MAINPROC(NAME) W, C, HR Parameters
TERM NO   W, C, HR Parameters
TYPE     W, C, HR Parameters
GROUP Opt NAME   CLASS,SELECT (GROUP) W, C, HR Parameters
MODE JES   W, C, HR Parameters
EXRESC alopt/unalopt: DEMAND MAINPROC(NAME); SETNAME (POOLNAMS); SETNAME (NAMES) W, C, HR Parameters
BAR 16   W, C, HR Parameters
DEF JS3BATCH (see statement) CLASS(GROUP) W, C, HR Parameters
DEVPOOL   SETNAME (POOLNAMS); SETNAME(NAMES); W, C, HR Parameters
JSPAN ALL   W, C, HR Parameters
HWSNAME Opt TYPE   SETNAME(NAMES); STANDARDS(SETUP); W, C, HR Parameters
INCLUDE Opt MEMBER     W, C, HR Parameters
INTDEBUG Opt       W, C, HR Parameters
Table 3. Initialization Statement Summary M thru Z
Initialization Statement Req or Opt Parameter Parameter Defaults Related Statement (Parameter) Start Type to Modify Page
 
  • W - warm start
  • C - cold start
  • HR - hot start with refresh
MAINPROC Req FIXPAGE 5   W, C, HR Parameters
ID R   W, C, HR Parameters
JESMSGLMT 0,10   W, C, HR Parameters
MDEST 65(M1) CONSOLE(DEST) W, C, HR Parameters
NAME   CLASS(MDEPTH) (MLIMIT) (SYSTEM); DEVICE(XUNIT) (JUNIT); GROUP(EXRESC); FSSDEF(SYSTEM); MSGROUTE(MAIN); NETSERV,(SYSTEM); SETACC(VOL) W, C, HR Parameters
PRTPAGE smaller of 512 or (16 x no. of spool data sets)   W, C, HR Parameters
SELECT JS3BATCH SELECT(NAME) W, C, HR Parameters
MAINPROC Req SPART default spool partition SPART(NAME) W, C, HR Parameters
SYSTEM     W, C, HR Parameters
TRKGRPS 1,2   W, C, HR Parameters
USRPAGE 4   W, C, HR Parameters
MSGROUTE Opt MAIN   MAINPROC(NAME) W, C, HR Parameters
routecode   CONSOLE(DEST) W, C, HR Parameters
J     W, C, HR Parameters
NETSERV Req NAME   SOCKET(NETSERV) W, C, HR Parameters
NETSERV Opt HOSTNAME     W, C, HR Parameters
PORT 0   W, C, HR Parameters
SYSTEM   MAINPROC(NAME) W, C, HR Parameters
STACK     W, C, HR Parameters
ITRACE NO   W, C, HR Parameters
JTRACE NO   W, C, HR Parameters
VTRACE NO   W, C, HR Parameters
NJECONS Opt CLASS 108(S12) CONSOLE(DEST) W, C, HR Parameters
NJERMT Opt NAME  

SOCKET(NODE)
(when TYPE=TCPIP)

W, C, HR Parameters
NAME   OPTIONS(XCFGRPNM) W, C, HR (XCFGRPNM not changed over HR) Parameters
ALIAS     W, C, HR Parameters
AUTO NO   W, C, HR Parameters
BDTID   SYSID(NJENAME) as defined in the MVS/BDT initialization stream W, C, HR Parameters
BFSIZ 400 BUFFER(BUFSIZE) W, C, HR Parameters
CTC NO   W, C, HR Parameters
EXPWD     W, C, HR Parameters
EXSIG     W, C, HR Parameters
NJERMT Opt HOME NO OPTIONS(XCFGRPNM) W, C, HR Parameters
LINE   DEVICE(DTYPE) (JNAME) W, C, HR Parameters
MAXLINE 1   W, C, HR Parameters
NETHOLD NO   W, C, HR Parameters
NJEPR 3   W, C, HR Parameters
NJEPU 3   W, C, HR Parameters
PATH     W, C, HR Parameters
PWCNTL SENDCLR   W, C, HR Parameters
PRTDEF Print class A SYSOUT(CLASS) W, C, HR Parameters
NJERMT Opt PRTTSO print class A   W, C, HR Parameters
PRTXWTR print class A   W, C, HR Parameters
PUNDEF Print class B   W, C, HR Parameters
PWD     W, C, HR Parameters
RETRYCT 20   W, C, HR Parameters
SIG     W, C, HR Parameters
STREAM 1   W, C, HR Parameters
TYPE BSC   W, C, HR Parameters
RDLY 5   W, C, HR Parameters
NJERMT Opt JOBTRANS 1   W, C, HR Parameters
OUTTRANS 1   W, C, HR Parameters
JOBRECV 1   W, C, HR Parameters
OUTRECV 1   W, C, HR Parameters
SPART     W, C, HR Parameters
XNAMEREQ     W, C, HR Parameters
DEFCLASS     W, C, HR Parameters
OPTIONS Opt DUMP PRDMP   W, C, HR Parameters
DUPJOBNM NO   W, C, HR Parameters
DUPLOGON NO   W, C, HR Parameters
DUMPLINS 24576   W, C, HR Parameters
JOBTRACK SYSPLEX   W, C, HR Parameters
WANTDUMP YES   W, C, HR Parameters
INTRDR 20   W, C, HR Parameters
JOBNO 1,9999,9999 BUFFER(BUFSIZE) W, C, HR Parameters
MT OFF   W, C, HR Parameters
SE 10 BUFFER(BUFSIZE) Cold Only Parameters
XCFGRPNM nodename on home node or 'N1' if no home node NJERMT(NAME) W, C Parameters
OUTSERV Opt CARRIAGE 6 SYSOUT(CHARS); DEVICE(CARRIAGE) W, C, HR Parameters
CB N   W, C, HR Parameters
CDSTOCK 5081 DEVICE(FORMS) W, C, HR Parameters
CHARS GS10 DEVICE(CHARS) W, C, HR Parameters
FLASH NONE,255 DEVICE(FLASH) W, C, HR Parameters
FORMS 1PRT DEVICE(FORMS); SYSOUT(FORMS) W, C, HR Parameters
MODIFY NONE,0 DEVICE(MODIFY) W, C, HR Parameters
OUTLIM 16777215   W, C, HR Parameters
OUTSVFCT 1   W, C, HR Parameters
OUTSERV Opt SNAGROUP NO SYSOUT(DSISO) W, C, HR Parameters
STACKER C DEVICE(STACKER) W, C, HR Parameters
TRAIN PN DEVICE(TRAIN); SYSOUT(TRAIN) W, C, HR Parameters
THRESHLD -1 SYSOUT(THRESHLD) W, C, HR Parameters
WC Null list, all data sets selected   W, C, HR Parameters
WS D,T,F,C,U,FL,CM, SS,PM DEVICE(LINELIM) W, C, HR Parameters
NPRO 90   W, C, HR Parameters
RESCTLBK Opt FCT 0   W, C, HR Parameters
RESDSN Opt DSN     W, C, HR Parameters
RJPLINE Opt N     W, C, HR Parameters
A     W, C, HR Parameters
F Transparency feature assumed   W, C, HR Parameters
G Eight blanks (no group name)   W, C, HR Parameters
I=B/A I=A   W, C, HR Parameters
I=Y/N I=Y   W, C, HR Parameters
O *START command required   W, C, HR Parameters
P Eight blanks (no PW protection)   W, C, HR Parameters
S 2400   W, C, HR Parameters
RJPLINE Opt T   RJPTERM(N); CONSOLE(JNAME) W, C, HR Parameters
RJPTERM Opt N   RJPLINE(T) W, C, HR Parameters
T     W, C, HR Parameters
B 400/512   W, C, HR Parameters
C R/S DEVICE(JNAME) W, C, HR Parameters
F Assumes terminal doesn't have feature   W, C, HR Parameters
G Terminal name on N parameter   W, C, HR Parameters
O DC3   W, C, HR Parameters
PR 0   W, C, HR Parameters
PRW 132   W, C, HR Parameters
RJPTERM Opt PU 0   W, C, HR Parameters
PUW 80   W, C, HR Parameters
RD 0   W, C, HR Parameters
P     W, C, HR Parameters
CS Y   W, C, HR Parameters
SET N   W, C, HR Parameters
RJPWS Opt N     W, C, HR Parameters
RD 1   W, C, HR Parameters
PR 1   W, C, HR Parameters
PU 0   W, C, HR Parameters
C R   W, C, HR Parameters
G Same name as on N parameter   W, C, HR Parameters
COMPACT NO COMPACT(NAME) W, C, HR Parameters
P     W, C, HR Parameters
PL 2   W, C, HR Parameters
RJPWS Opt AUTO N   W, C, HR Parameters
LU LOGONs accepted from any LU   W, C, HR Parameters
TRACE     W, C, HR Parameters
SETUP NO   W, C, HR Parameters
SELECT Opt NAME JS3BATCH MAINPROC(SELECT) W, C, HR Parameters
CHOICE FFIT CLASS(IORATE) W, C, HR Parameters
CLASS All classes become eligible for scheduling CLASS(NAME) W, C, HR Parameters
GROUP All groups become eligible for scheduling GROUP(NAME) W, C, HR Parameters
INCL 14   W, C, HR Parameters
INCR 1   W, C, HR Parameters
JOBMIX Depends on # of initiators, see statement CLASS(IORATE) W, C, HR Parameters
LSTOR 12000 CLASS (LSTRR) W, C, HR Parameters
MAGEL 14   W, C, HR Parameters
SELECT Opt MAGER 0   W, C, HR Parameters
SAGEL 14   W, C, HR Parameters
SAGER 0   W, C, HR Parameters
SBAR 16   W, C, HR Parameters
SDEPTH 255   W, C, HR Parameters
SETACC Opt VOL   MAINPROC(NAME); DEVICE(XTYPE) W, C, HR Parameters
SETNAME Opt XTYPE   DEVICE(XTYPE) W, C, HR Parameters
NAMES   HWSNAME(TYPE); STANDARDS(SETUP); GROUP(EXRESC); GROUP(DEVPOOL) W, C, HR Parameters
POOLNAMS   GROUP(DEVPOOL); GROUP(EXRESC) W, C, HR Parameters
SETPARAM Opt ADDRSORT YES   W, C, HR Parameters
ALLOCATE AUTO   W, C, HR Parameters
DAFETCH 97(S1) CONSOLE(DEST) W, C, HR Parameters
DEFERCT NO CLASS(SDEPTH); SELECT(SDEPTH) W, C, HR Parameters
DSN 0   W, C, HR Parameters
FETCH YES   W, C, HR Parameters
MDSLOG 97(S1) CONSOLE(DEST); DEVICE(XUNIT) W, C, HR Parameters
PRJESMSG NONE   W, C, HR Parameters
REMOUNT 1   W, C, HR Parameters
SETPARAM Opt SMSSETUP     W, C Parameters
TAFETCH 97,97(S1,S1) CONSOLE(DEST) W, C, HR Parameters
ALWIO 10   W, C, HR Parameters
SETRES Opt VOL     W, C, HR Parameters
SOCKET Req NAME     W, C, HR Parameters
SOCKET Opt HOSTNAME     W, C, HR Parameters
PORT 0   W, C, HR Parameters
NETSERV   NETSERV(NAME) W, C, HR Parameters
NODE   NJERMT(NAME) W, C, HR Parameters
ITRACE NO   W, C, HR Parameters
JTRACE NO   W, C, HR Parameters
VTRACE NO   W, C, HR Parameters
SPART Opt NAME   CLASS, FORMAT, MAINPROC, SYSOUT, TRACK(SPART) W, C Parameters
DEF NO; YES for first partition   W, C Parameters
INIT NO   W, C Parameters
SPLIM (10,25) BUFFER(SPLIM) W, C Parameters
OVRFL YES   W, C Parameters
GRPSZ BUFFER(GRPSZ) value or 30 BUFFER(GRPSZ); SYSOUT(TRKGRPS) W, C Parameters
STANDARDS Opt ALTJCL ACCEPT   W, C, HR Parameters
CARDS 2,W,50   W, C, HR Parameters
CIBATCH ANY   W, C, HR Parameters
CICNT 2,1   W, C, HR Parameters
CIDEMAND ANY   W, C, HR Parameters
STANDARDS Opt PSTCNT See parameter description for algorithm   W, C, HR Parameters
DBGCLASS A   W, C, HR Parameters
FAILURE RESTART CLASS(FAILURE) W, C, HR Parameters
JESMSG NOTSO   W, C, HR Parameters
LINES 1,W,50   W, C, HR Parameters
BYTES 1500,W,50   W, C, HR Parameters
PAGES 500,W,50   W, C, HR Parameters
STANDARDS Opt MAXJOBST 0   W, C, HR Parameters
MAXASST 0   W, C, HR Parameters
MAXINDD MAXJOBST   W, C, HR Parameters
PRTY 0 CIPARM(PARM); CLASS(PRTY) W, C, HR Parameters
SETUP JOB HWSNAME(TYPE); SETNAME(NAMES); //*MAIN W, C Parameters
THWSSEP IGNORE   W, C Parameters
INTPMID 01 CIPARM(PARMID) W, C, HR Parameters
STCPMID 01 CIPARM(PARMID) W, C, HR Parameters
TSOPMID 01 CIPARM(PARMID) W, C, HR Parameters
INTPROC ST //*MAIN W, C, HR     Parameters
STANDARDS Opt STCPROC ST FSSDEF(PNAME) W, C, HR Parameters
TSOPROC ST   W, C, HR Parameters
SYSLINES 10.50   W, C, HR Parameters
SYSID Opt NAME   NJERMT(BDTID) W, C, HR Parameters
CLASS 108(S12)   W, C, HR Parameters
SYSOUT Opt CLASS   NJERMT(PRTDEF) W, C, HR Parameters
CARR     W, C, HR Parameters
CHARS   OUTSERV(CARRIAGE) W, C, HR Parameters
CONTROL     W, C, HR Parameters
COPIES     W, C, HR Parameters
DEST LOCAL DEVICE(JNAME) (DGROUP) (HEADER) W, C, HR Parameters
FLASH     W, C, HR Parameters
FORMS   OUTSERV(FORMS); DEVICE(FORMS) W, C, HR Parameters
HOLD     W, C, HR Parameters
SYSOUT Opt INT     W, C, HR Parameters
MODIFY     W, C, HR Parameters
OVFL     W, C, HR Parameters
PRTY     W, C, HR Parameters
SPART default spool partition SPART(NAME) W, C, HR Parameters
STACKER     W, C, HR Parameters
TRAIN   OUTSERV(TRAIN); DEVICE(TRAIN) W, C, HR Parameters
THRESHLD 99999999 OUTSERV(THRESHLD) W, C, HR Parameters
TRKGRPS 1,2 BUFFER(GRPSZ); SPART(GRPSZ) W, C, HR Parameters
SYSOUT Opt TRUNC YES or TRUNC/BUFFER value BUFFER(TRUNC) W, C, HR Parameters
TYPE ,,PRINT   W, C, HR Parameters
COMPACT Default compaction table used COMPACT W, C, HR Parameters
CHNSIZE DS   W, C, HR Parameters
TRACK Req DDNAME   BUFFER(BUFSIZE); BADTRACK(DDNAME) W, C Parameters
SPART   SPART(NAME) W, C Parameters
STT Allocates center 2 tracks to STT   Cold Only Parameters
STTL Allocates center 2 tracks to STT   Cold Only Parameters
Table 4. Summary of Initialization Statements/Parameters Summary - No Longer Supported
Initialization Statement Parameter
BUFFER FD
CONSOLE (BDT) JNAME
TYPE
CONSOLE (JES3) JNAME
TYPE
DEST
UNIT
MAIN
ALTCON
CONSOLE (JES3) DEPTH
LL
TIME
LEVEL
PFK
CONSOLE (JES) SP
IOWAIT
3290
CONSOLE (MCS) JNAME
TYPE
UNIT
LEVEL
CONSTD FLAG
CONSBUF
HARDCOPY
WTP
JES3LIB DSN
VOLSER
UNIT
MAINPROC CPUID
STXTNT
MODEL
SID
NJECONS SIZE=
PFK N
  K
E
M

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014