Use the PERFORM statement to access code which needs to be executed from more than one location. Use the PERFORM statement to structure your code. Make a main routine that PERFORMs other routines which in turn PERFORM other routines which themselves PERFORM other routines until the level of compl...
The PERFORM command transfers control explicitly to one or more statements and implicitly returns control to the next executable statement after execution of the specified statements is completed. The keywords cannot be abbreviated. Simple: PERFORMcommandEND-PERFORM; command A valid z/OS® Debugger ...
Apparatus and method for optimizing the linkage types in an object program compiled from a source program which may include open procedures, such as those executed in response to a PERFORM statement in COBOL but which may also be reached in other ways, such as by a GO TO or fall through....
Format 1: Basic PERFORM statement procedure-name-1,procedure-name-2 Must name a section or paragraph in the procedure division. When bothprocedure-name-1andprocedure-name-2are specified, if either is a procedure-name in a declarative procedure, both must be procedure-names in the same declarati...
ACOBOLstatement used for executing "paragraphs". This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org) Want to thank TFD for its existence?Tell a friend about us, add a link to this page, or visitthe webmaster's page for free fun content. ...
摘要:Apparatus and method for optimizing the linkage types in an object program compiled from a source program which may include open procedures, such as those executed in response to a PERFORM statement in COBOL but which may also be reached in other ways, such as by a GO TO or fall ...
Apparatus and method for optimizing the linkage types in an object program compiled from a source program which may include open procedures, such as those executed in response to a PERFORM statement in COBOL but which may also be reached in other ways, such as by a GO TO or fall through....
Apparatus and method for optimizing the linkage types in an object program compiled from a source program which may include open procedures, such as those executed in response to a PERFORM statement in COBOL but which may also be reached in other ways, such as by a GO TO or fall through....
statements and associated procedures is characterized as a vector of attributes, and a second step in which the vectors are interpreted for any given PERFORM statement such that, where indicated, the code of the procedure or simplified linkage code will be substituted for the PERFORM statement.doi...
Format 1: Basic PERFORM statement procedure-name-1,procedure-name-2 Must name a section or paragraph in the procedure division. When bothprocedure-name-1andprocedure-name-2are specified, if either is a procedure-name in a declarative procedure, both must be procedure-names in the same declarati...