You execute the DBUTLTY AUTOINFO function on the same system as the targeted MUF. You execute AUTOINFO while the MUF is experiencing a problem. If you execute AUTOINFO when the MUF is down, the function performs the following actions:
You can use the following JCL statements as a guide for executing the function. Customize the statements to suit the requirements at your site.
//job_card //AUTOINFO EXEC PGM=DBUTLTY,REGION=6M //STEPLIB DD DSN=prefix.CUSLIB,DISP=SHR // DD DSN=prefix.CAAXLOAD,DISP=SHR //TABLES DD DSN=output_data_set,DISP=(NEW,CATLG,CATLG), // UNIT=SYSDA,SPACE=(TRK,(3,1),RLSE) //SYSPRINT DD SYSOUT=* //SYSIN DD * AUTOINFO DDNAME=TABLES /* //
|
Copyright © 2014 CA.
All rights reserved.
|
|