Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / vinutna koritala
continue will skip control to next executable instruction
after scope terminator. Next sentence will pass control to
next sentence after fullstop.Always prefer continue
statement.
| Is This Answer Correct ? | 16 Yes | 15 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Write the code implementing the perform … varying.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Explain the configuration section of a cobol program with examples of syntax.
In COBOL, what is the different between index and subscript?
How arrays can be defined in COBOL?
how do you reference the printer file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are the rules of the move verb?
What is rmode(24)
Write a cobol program making use of the redefine clause.
) How do u handle errors in BMS macro
How do we get current date from system with century in COBOL?