Generate the batch program template, including a PROCEDURE DIVISION USING clause that enables a called program to receive
data from the calling program.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Target:
Non-IMS batch programs
Syntax:
PROC [variablename1 variablename2 ... variablenameN]
Examples:
Program Painter code:
PROC REC-2 REC-2 REC-3
Generated COBOL code:
PROCEDURE DIVISION USING REC-2 REC-2 REC-3
Comments: