What is the difference between CONTINUE & NEXT SENTENCE ?
Answer Posted / aji cherian
Continue - The control will go to the line next to a scope
terminator.
Next senece - The control will go to the next line after a
period symbol.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Are you comfortable in cobol or jcl?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How do we get current date from system with century in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the usage of comp fields in cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different rules for performing sort operation?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between Global and External Variables?
How do get the result of your program directly on your pc?
What is the local-storage section?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how to move the records from file to array table. give with code example