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 is search and searchall?what is the diffrence between them?give an best example?
Can we change the password using ALTER? anyone tried and changed?
Write a program to enter and display the names of students in a class using the occurs clause.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
explain sorting techniques in cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Why did you choose to work with ibm mainframe cobol programming?
How many sections are there in data division in COBOL?
What type of SDLC u followed? Why?
What kind of error is trapped by on size error option?
Difference between array and sub-script ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How can you get the ksds file records into your cobol program?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Which is not true about evaluate statement