Difference between next and continue clause

Answer Posted / anil prajapati

When we use CONTINUE.it will take the execution control to
statement after the immediate explicit scope terminator.
and NEXT SENTENCE will take the execution control to
statement after the immediate period.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

639


Name the sections present in data division.

697


What is the LINKAGE SECTION used in COBOL?

885


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

678


Have you used comp and comp-3 in your project? And how?

2006






How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2093


What is redefines clause in COBOL?

844


Can we redefine the field of x(200) to less than 200?

814


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

992


What is link edit in cobol?

755


How do define dynamic array in cobol.

669


In COBOL programming, what is PERFORM? What is VARYING?

668


What do you understand by psb and acb?

661


What is rmode(24)

676


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331