Previous Topic: z/OS Local Mode ConsiderationsNext Topic: Usage


CMS commands (central version)

Here are sample CMS commands to execute CA OLQ batch jobs, when running central version:

CA OLQ Batch (central version) (CMS)

FILEDEF DCLSCR DISK scratch file a (RECFM F LRECL 111 BLKSIZE bbb
FILEDEF SYSIDMS DISK sysidms parms a (RECFM F LRECL 111 BLKSIZE bbb
FILEDEF SYSIPT DISK sysipt input a (RECFM F LRECL 111 BLKSIZE bbb
EXEC IDMSFD
OSRUN IDMSBCF

FILEDEF userdb DISK user userdb a (RECFM FB LRECL ppp BLKSIZE ppp
FILEDEF SYSIDMS DISK sysidms parms a (RECFM F LRECL 111 BLKSIZE bbb
FILEDEF SYSIPT DISK sysipt input a (RECFM F LRECL 111 BLKSIZE bbb
OSRUN OLQBATCH

 

scratch file a

File ID of the temporary scratch file for the local mode system scratch (DDLOCSCR) area

 

lll

Logical record length of the user input data file

 

bbb

Block size of the user input data file

 

sysidms parms a

File ID of the file containing SYSIDMS parameters

 

sysipt input a

File ID of the file containing the IDMSBCF or OLQBATCH input parameters

 

IDMSFD

Exec which defines all FILEDEFs, TXTLIBs, and LOADLIBs required by the system

 

userdb

DDname of the user database file

 

user userdb a

File ID of the user database file

 

ppp

Page size of the user database file