Chapter 4. Utility Functions 227
1st ed., 6/30/04 - 312579601
Invoking the Database Decompile Utility
The easiest way to run utilities is to execute the ACS UTIL exec by entering the following
command:
EXEC ACS UTIL LIBGEN
Execution of the statement results in the ACSUTIL SLKJCL file:
ACSUTIL SLKJCL File
To execute the utility:
1. Delete the lines in the template that are not required, or leave the comment indicator
(*) in column one.
2. Remove the comment indicator from the desired lines.
3. Specify values for the desired parameters.
4. Delete the parameters that are not desired.
5. Enter the command ‘‘FILE.’’
The job file is then submitted to the ACS service machine for execution.
JCL Example
The following example shows JCL for creating a LIBGEN from the existing control data
set.
JCL for Database Decompile
/JOB jobname SLUADMIN
/PARM MIXED
/FILE SLSPRINT DEV PRNT CLASS A
/FILE SLSCNTL DEV <500> DSN <dsname>
/FILE SLSLIBGN DEV PNCH CLASS A
/FILE SLSIN *
* LIBGEN
/JOB jobname SLUADMIN
/FILE SLSCNTL DEV vaddr DSN dsname
/FILE SLSLIBGN DEV PNCH CLASS A
/FILE SLSPRINT DEV PRNT CLASS A
/FILE SLSIN *
* LIBGEN
Database Decompile