StorageTek 6 Invoking the Database Decompile Utility, JCL Example, JCL for Database Decompile

Models: 6

1 718
Download 718 pages 10.93 Kb
Page 257
Image 257
Invoking the Database Decompile Utility

Database Decompile

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

/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

 

 

 

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

 

/FILE

SLSCNTL

DEV vaddr DSN

dsname

/FILE

SLSLIBGN

DEV PNCH CLASS

A

/FILE

SLSPRINT

DEV PRNT CLASS

A

/FILE

SLSIN

*

 

* LIBGEN

 

 

 

 

 

 

 

Chapter 4. Utility Functions 227

1st ed., 6/30/04 - 312579601

Page 257
Image 257
StorageTek 6 manual Invoking the Database Decompile Utility, JCL Example, JCL for Database Decompile, ACSUTIL SLKJCL File