GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
COBOL GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
|
The call format for COBOL is as follows:
CALL 'callname' USING parameter-1,parameter-2,...parameter-n.
For example,
MOVE 1 TO ID.
MOVE 3 TO COLOR.
CALL 'ASFCOL' USING ID,COLOR.
Parameters must be declared as:
|
Copyright IBM Corporation 1990, 2012 |