Answer Posted / sandy
The below code is possible, if that is what asked.
1000-PARA
PERFORM VARYING
IF <CONDITION>
GO TO 1000-EXIT
END-IF
OTHER STATEMENTS.....
END-PERFORM
1000-EXIT
EXIT.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is a scope terminator give example?
Discuss about changing dataset name in proc.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How do u write test cases?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between external and global variables in COBOL?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the usage of comp fields in cobol?
Name the divisions, which are available in a cobol program?
How do you differentiate between cobol and cobol-ii?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the pertinent COBOL commands?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.