Previous Topic: z/VM and z/VM CommandsNext Topic: Central Version Modifications


Running in Local Mode

Commands to execute CA IDMS reports in local mode are shown as follows. To execute the reports in local mode, take one of the following actions:

CULPRIT (z/VM )
*------------- CA IDMSRPTS ──────────────────────*
GLOBAL TXTLIB sortlib
FILEDEF SYS004 PRINTER (RECFM FBA LRECL 133 BLKSIZE 133
FILEDEF SYS005 DISK uprmwork file a (RECFM FB LRECL 320 BLKSIZE 1600
FILEDEF CULSRT1I DISK IDMSLIB MACLIB A (MEMBER SORT1
FILEDEF SYS006 DISK uextwork file a (RECFM VB LRECL 1024 BLKSIZE 4096
FILEDEF SYS007 DISK srtpwork file a (RECFM F LRECL 80 BLKSIZE 80
FILEDEF SYS008 DISK nsrtwork file a (RECFM VB LRECL 1024 BLKSIZE 4096
FILEDEF SYS010 DISK input file a
FILEDEF SYS020 DISK nonprint file a
FILEDEF SYSPCH DISK card output a
FILEDEF SYSIPT DISK sysipt data a
FILEDEF SYSIN4 DISK restart file a
FILEDEF CULLIB DISK srclib MACLIB a
FILEDEF sysjrnl DUMMY
FILEDEF SYSIDMS DISK sysidms parms a (RECFM F LRECL pppp BLKSIZE pppp
EXEC    IDMSFD
OSRUN   CULPRIT

card output a

filename, filetype, and filemode of the file that contains the card output (required for DREPORT 051 and CREPORT 051)

IDMSFD

Name of the exec provided at installation that contains the file definitions for CA IDMS dictionaries, sample databases, and disk journal files, TXTLIBs, and LOADLIBs

input file a

filename, filetype, and filemode of the primary input file (required for SREPORTs and JREPORTs)

nnnn

number of pages in the file

nonprint file a

filename, filetype, and filemode of the nonprint/nonpunch output (required for SREPORT 099, DREPORT 052 and CREPORT 052; otherwise omitted)

nsrtwork file a

filename, filetype, and filemode of the unsorted extract output data set

pppp

page size of the file

restart file a

filename, filetype, and filemode of the file that contains the optional restart parameter; if there is no restart parameter, code DUMMY in place of the filename, filetype, and filemode

sortlib

file name to run external sort package

srclib

file name of PDS containing parameters to be copied (necessary only if USE, =COPY, or =MACRO is used)

srtpwork file a

filename, filetype, and filemode of the sort control parameter file

sysipt data a

filename, filetype, and filemode of the file that contains the CULPRIT parameters for the run

Note: Information about creating this file appears later in this appendix.

sysidms parms a

filename, filetype, and filemode of the SYSIDMS parameters file

Note: Information about creating this file appears later in this appendix.

sysjrnl

file name for the tape journal file, as assigned in the DMCL definition

uextwork file a

filename, filetype, and filemode of the unsorted extracted item data set

uprmwork file a

filename, filetype, and filemode of the unsorted parameter file

Note: CULPRIT requires an external sort package (other than the z/VM and z/VM SORT command) that can be loaded dynamically.