Previous Topic: DQWFI Initializing the DQE, DQF, and DQW (DQWFINIT)Next Topic: Scheduling System Table Backups


DQWFINIT Job Control Statements

CA Datacom/DB table definitions are not included since CA Dataquery is used with the CA Datacom/DB MUF. Use the following job control statements to execute DQWFINIT.

Sample z/OS JCL

 //jobname         See Preparing JCL for Batch CA Dataquery Utilities.
 //       EXEC PGM=DQWFINIT    
 //STEPLIB    See Preparing JCL for Batch CA Dataquery Utilities.
 //SYSUDUMP DD SYSOUT=*
 //SYSPRINT DD SYSOUT=*                           Print Output
 //SYSIN    DD *                                  Command input
 DQW 03   
 /*
 //
jobname

Initiates the job.

EXEC PGM=

Specifies the program name (PGM=DQWFINIT).

SYSPRINT DD SYSOUT=

Defines the sequential output data set used for listing the report.

SYSIN DD

Defines the control data set. It normally resides in the input stream; however, it can reside on a system input device or a direct-access volume.

DQW

The required control statement for the DQWFINIT, which must be coded in columns 1-3, identifies the table to be initialized. Valid options follow:

You can use only one control statement per execution of DQWFINIT.

Sample z/VSE JCL

 * $$ JOB ...          See the note above and Preparing JCL for Batch CA Dataquery Utilities.
 * $$ LST ...
 // JOB name
 // EXEC PROC=procname  Whether you use PROCs or LIBDEFs, see Preparing JCL for Batch CA Dataquery Utilities.
 // EXEC DQWFINIT   
 DQW 03   
 /*
 /&
JOB

Initiates the job.

EXEC DQWFINIT

Specifies the program name.

DQW

The required control statement for the DQWFINIT, which must be coded in columns 1-3, identifies the table to be initialized. Valid options follow:

You can use only one control statement per execution of DQWFINIT.