Wat is the difference between NEXT and CONTINUE statement in
cobol,can any one explain with example.
Answer Posted / 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 |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is rmode(any) ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the pertinent COBOL
What is the compute verb? How is it used?
how to move the records from file to array table. give with code example
Explain how to differentiate call by context by comparing it to other calls?
What guidelines should be followed to write a structured cobol prgm?
What is the problem of ordered sequential files access?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
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
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
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what is amode(24), amode(31), rmode(24) and rmode(any)?