Can we use goto statement in inline_perform ?
Answer Posted / shan
The example used by Sivakumar is perfect,
Perform is used for looping, so it should have a exit
condition. simply perform and end perform wont make wright
syntax.
another kind of perform is
PERFORM <paragraph name> until < conditions>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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 ?
How many bytes S(8) comp field occupy and its maximum value?
Name the divisions, which are available in a cobol program?
What is Pic 9v99 Indicates in COBOL?
What is the difference between next sentence and continue in cobol programing language?
How do you define a variable of comp-1 and comp-2?
) what is the difference between AID and HANDLE AID?
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.
what is search and searchall?what is the diffrence between them?give an best example?
Which division and paragraphs are mandatory for a COBOL program?
How you can characterize tables in cobol?
IF I mention stop run in CICS what happens?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Which Search verb is equivalent to PERFORM…VARYING?