What is the difference between NEXT SENTENCE and CONTINUE?
Answer Posted / guest
next sentence:control is skipped to next sentence after a
full stop,continue:control is skipped to the next
executable instruction after a scope terminator.so always
prefer continue rether than next sentence
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What are different data types in cobol?
What guidelines should be followed to write a structured cobol prgm?
What is the problem of ordered sequential files access?
Write a program to enter and display the names of students in a class using the occurs clause.
Write down the divisions of cobol program?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between next sentence and continue in cobol programing language?
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.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
) how do u code after getting data?
) How do u handle errors in BMS macro
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is a SSRANGE and NOSSRANGE?
Whats the difference between search & search ALL?
What are the different types of condition in cobol and write their forms.