Previous Topic: IDMSLBLS ProcedureNext Topic: One-Step z/VM Commands—Local Mode


One-Step z/VM Commands—Central Version

Here are sample one-step z/VM commands to execute CA Culprit batch jobs, when running central version:

CA Culprit one-step (central version) (z/VM)

SET STORECLR ENDCMD
FILEDEF SYSIN DISK culprit code a
FILEDEF SYSIDMS DISK sysidms parms a
FILEDEF SYS020 DISK user nonprt a
FILEDEF SYS011 DISK user match a
FILEDEF SYS010 DISK user input a
FILEDEF SYS030 DISK forms id a
FILEDEF SORTLIB
EXEC CULPFD
EXECOS OSRUN CULPRIT PARM='optional execution parameters'

sysidms parms a

Filename, filetype, and filemode of the file containing SYSIDMS parameters for the Culprit run

culprit code a

Filename, filetype, and filemode of the file containing the Culprit code

forms id a

Filename, filetype, and filemode of the file containing the special forms identification, if any

optional execution parameters

Optional parameters to control the Culprit run

user input a

Filename for the primary input file

user match a

Filename for the match file (required only when the match file is input; subsequent files, by default, reference SYS012, SYS013, and so on).

user nonprt a

Filename for the nonprint/nonpunch output (omitted when there are no such files; subsequent nonprint/nonpunch files reference SYS021, SYS022, and so on)

Usage

SYSIDMS File

To run Culprit, you should include these SYSIDMS parameters:

To create the SYSIDMS file of SYSIDMS parameters:

  1. On the VM/ESA command line, type:
    XEDIT sysidms parm a (NOPROF
    
  2. Press [Enter]
  3. On the XEDIT command line, type:
    INPUT
    
  4. Press [Enter]
  5. In input mode, type in the SYSIDMS parameters
  6. Press [Enter] to exit input mode
  7. On the XEDIT command line, type:
    FILE
    
  8. Press [Enter]

Note: For more information on documentation of SYSIDMS parameters, see the CA IDMS Common Facilities Guide.