5 pts.
 HOW TO USE A PERFORM IN COBOL?
USING PERFORM TO EXECUTE MY PASSWORD HOW DO I USE IT?

Software/Hardware used:
ASKED: January 21, 2010  3:24 PM
UPDATED: January 22, 2010  2:35 PM

Answer Wiki:
Are those 2 different questions? 1) HOW TO USE A PERFORM IN COBOL? 2) USING PERFORM TO EXECUTE MY PASSWORD HOW DO I USE IT? PERFORM is a COBOL verb that means to go elsewhere in your program and then return back. Much like a BALR & BR 14 in Assembler. Here is a snippet from one of my manuals: The PERFORM statement is a PROCEDURE DIVISION statement which transfers control to one or more specified procedures and controls as specified the number of times the procedures are executed. After execution of the specified procedures is completed (i.e., for the appropriate number of times or until some specified condition is met), control is transferred to the next executable statement following the PERFORM statement. But to 'EXECUTE MY PASSWORD' is unclear what yo mean.
Last Wiki Answer Submitted:  January 22, 2010  2:35 pm  by  Meandyou   5,205 pts.
All Answer Wiki Contributors:  Meandyou   5,205 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _