MacKinney Systems, Inc.

Q:

How can I print a dump of a VSE/Power LST queue report?


A:

The IPW$$DD utility prints reports as they appear on the VSE/Power LST queue. To run the utility, use the example JCL below:
* $$ JOB JNM=IPW$$DD,CLASS=A,DISP=D,PRI=3
// JOB IPW$$DD
// EXEC PROC=DTRPOWR
// EXEC IPW$$DD
/*
/* DUMP FUNCTION= JOBNAME,JOBNUMBER,QUEUE
/*                EOJ
/*
/&
* $$ EOJ

After job is submitted, a prompt DUMP FUNCTION= will be issued. Respond to the prompt with JOBNAME,JOBNUMBER,LST for the non-VVP report and the VVP report. To terminate the dump function, respond with EOJ.