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
How arrays can be defined in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
In COBOL, what is the different between index and subscript?
Define cobol?
How you can read the file from bottom?
How do define dynamic array in cobol.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Discuss about changing dataset name in proc.
What is the difference between structured cobol programming and object alternativelyiented cobol?
Give some examples of command terminators?
What rules are to be followed while using the corresponding options?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Mention the guidelines to write a structured cobol program?
What is static and dynamic call in cobol?