Control statements have the following general structure:
/name specifications
To execute SARGRW, specify the following control statements:
Discontinues processing of a repetitive group of statements (DO control statement) and proceeds with the statement following the repetitive group of statements.
Performs the next iteration of a repetitive group of statements (DO control statement).
Specifies alternate values for line count, line size, database high-level name, print file DDname, output DDname, and database selection sequence.
Defines the fields to be used to store data or values.
Specifies the beginning of a repetitive group of statements.
Specifies the statements to execute when a false condition is determined for an IF control statement.
Specifies the end of a repetitive group of statements (DO control statement), the end of a conditional operation (IF control statement), the end of at-end logic (ON control statement), or the end of the control statements.
Specifies the beginning of a conditional operation.
Retrieves the next occurrence of a record.
Specifies the statements to execute when no more database records or sort records are available.
Specifies the writing of data to the output data set.
Specifies the writing of data to the print data set.
Specifies to construct and sort a sort record.
Specifies a condition or restriction to selection of information from the database.
Specifies the setting of a defined field (DEFINE control statement).
Specifies a specific sort sequence for use in ordering information that is written to the print and output files.
Specifies the end of a control statement processing phase.
Specifies the statements to execute when a true condition is determined for an IF control statement.
Specifies the definition of a report title.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|