Conventions for JCL files that you use with the Storage Toolkit
%job-name%
(see line 000100)%sysout%
(see line 000100)%my-volser%
(see line 000800)%dsname%
(see line 000800)
****** ***************************** Top of Data ******************************
000100 //%job-name% JOB (),'DHODS',REGION=4M,MSGCLASS=%sysout%,NOTIFY=&SYSUID,
000200 // CLASS=A
000300 //* -------------------------------------------------------------------
000400 //LISTVTOC EXEC PGM=IEHLIST
000500 //SYSPRINT DD SYSOUT=*
000600 //SYSIN DD *
000700 )DOT
000800 LISTVTOC DUMP,VOL=3390=%my-volser%,DSNAME=(%dsname%)
000900 )ENDDOT
001000 /*
001100 //
****** **************************** Bottom of Data ****************************
%name%
) that are present
in your JCL data set. That way, this dialog box automatically finds
and lists the JCL substitution variables.000600 //SYSIN DD *
000700 LISTVTOC DUMP,VOL=3390=TSO201,DSNAME=(SYS2.USER.CLIST)
000800 LISTVTOC DUMP,VOL=3390=TSO202,DSNAME=(SYS2.USER.PROCLIB)
000900 LISTVTOC DUMP,VOL=3390=MVSA12,DSNAME=(SYS2.PROD.LOADLIB)
001000 /*
Note: Use of the )DOT and )ENDOT to aggregate results from multiple workspace rows into a single batch job is only supported for direct toolkit actions, such as, performing a multi-row select in a workspace view, then launching a toolkit action via the right-click menu. It is not supported for use in situation driven toolkit actions because the platform framework does not support launching a single action for multiple situation events.