The SET statement will select a data set or subsystem Control File entry upon which the subsequent statements are to act. It can also set the abend flag to abend the job if the step completes with a nonzero return code.
SET [DDNAME=ddname|SUBSYS=subsystem|PRODUCTION]
[,ABEND={NO|YES}]
Specifies the DDNAME of a VSAM file that is to be used as a Control File.
Specifies the name of the CA Compress subsystem that manages the desired Control File. The subsystem specified must be active.
Specifies that a search is to be made for an active CA Compress subsystem. The located subsystem is used to access the Control File.
Specifies if an abend is to be generated when a nonzero return code occurs. The default is ABEND=NO.
| Copyright © 2012 CA. All rights reserved. |
|