The PROCEDURE command or equivalent function key displays the program procedure for the current program definition. If you enter this command before you define the procedure, a blank screen appears, ready for PDL statements as shown in the following screen. If you enter this command after you define a procedure, then as many lines of the procedure (from the top) as fit in the region display.
=>
------------------------------------------------------------------------------- IDEAL: PROCEDURE DEFINITION PGM ADRMRPT (001) TEST SYS: DOC FILL-IN Command........1........2........3........4........5........6........7.. ====== ================================ T O P ================================= . . . ====== ============================= B O T T O M ==============================
The SET EDIT CASE command establishes the case of the text entered in the procedure fill-in. You must enter reserved words and identifier references in uppercase.
The remaining chapters of this guide explain how to use the CA Ideal Procedure Definition Language to read and write data, control the sequence of processing, perform calculations, use functions, and terminate processing. For more information about the syntax of the PDL statements, see the Programming Reference Guide. For information about the editing facilities available for the procedure fill-in, see the Command Reference Guide.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|