Running the Analyze process
You must specify an EXEC statement and DD statements that define the input and output data sets in your JCL.
Procedure
Example
The following figure shows a JCL example for the ANALYZE command.
//******************************
//** ANALYZE THE AREA(S) **
//******************************
//ANALYZE EXEC PGM=HFPMAIN0
//*
//STEPLIB DD DISP=SHR,DSN=HPFP.SHFPLMD0
// DD DISP=SHR,DSN=IMSVS.SDFSRESL
// DD DISP=SHR,DSN=IMSVS.PGMLIB
//IMSACB DD DISP=SHR,DSN=IMSVS.ACBLIB
//HFPPRINT DD SYSOUT=A
//HFPRPTS DD SYSOUT=A
//*
//HFPSYSIN DD *
GLOBAL DBRC=NO
ANALYZE
DBD=IVPDB3
/*
//DFSIVD3A DD DISP=SHR,DSN=IMSVS.DFSIVD31
//DFSIVD3B DD DISP=SHR,DSN=IMSVS.DFSIVD33
//*