Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answers were Sorted based on User's Feedback
Answer / mahalakshmi
the flow of the program for next sentence the control ll
move to . period. in continue the control will go to the
next line.
| Is This Answer Correct ? | 4 Yes | 6 No |
Name the sections present in data division.
how to display the dataset information?
How do you reference the fixed block file formats from cobol programs
What is file status 92?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
what are the control characters used in reports
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
How to read a record from bottom of a file which is indexed by 'A'.
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
which generation language is cobol