Difference between next and continue clause
Answer Posted / mithun
CONTINUE will take the execution control to statement after
the immediate explicit scope terminator. NEXT SENTENCE will
take the execution control to statement after the immediate
period.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can you please let me know the centre name of INS certification in Kolkata.
how to convert the recors form vsam file to db2 table tru file aid
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the difference between goback, stop run and exit program in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Can we change the password using ALTER? anyone tried and changed?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Write down the divisions of cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
What are the cobol coding sheets?
Explain about different table spaces.
how do you reference the variable block file formats from cobol programs
What is a SSRANGE and NOSSRANGE?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the access modes of START statement?