Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / girish kanswa
continue means it pass the control to the stmt when it find
explicit scope terminator(end-if,end-perform),and next
sentence means it pass d cntrl to d next sentence when it
finds implicit scope terminator(.)
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between Call and a Link?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
How to print 10 to 1 if the input have only 10 digit number?
What is amode(24)?
How do you reference the fixed block file formats from cobol programs
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are 77 levels used for?
Can we redefine the field of x(200) to less than 200?
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 utilization of copybook in cobol? Could we utilize a similar copybook?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?