NGT1DBUT to copy BMC AMI Utilities VSAM work files
You can use the NGT1DBUT program to copy the
BMC AMI Utilities
VSAM work files ( .OUT and .INFO) to sequential data sets. You can then view or send these sequential data sets to BMC Customer Support for further analysis. NGT1DBUT supports two SYSIN statements; one to dump the work files, and one to extract them. Sample jobs can be found in the hlq.BMCCNTL PDS, members NGT1DB2T and NGT1DBUT.
DBUT DUMP utility command syntax
JOBNAME | (required) A 1- to 8-byte job name. |
---|---|
JESID | (required) An 8-byte JES ID. |
STEPNAME | (optional) A 1- to 8-character name associated with a step in a multi-step job. |
OUTDD | (optional) A 1- to 8-byte DD name in the JCL. The default ddname is OUTFILE. |
DBUT EXTRACT utility command syntax
FILE | (required) Which BMC AMI Utilities work file to extract, INFO or JRNL. JRNL, known as the Journal, refers to the .OUT work file. |
---|---|
INDD | (optional) The BMC AMI Utilities work file data set name. The default ddname is INFILE. |
OUTDD | (optional) A 1- to 8-byte DD name in the JCL. The default ddname is OUTFILE. |
Related topic