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
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
Can a Search can be done on a table with or without Index?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how to refer the data field?
How do you define a variable of comp-1 and comp-2?
How do u write test cases?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How do you reference the fixed block file formats from cobol programs
What is rmode(24)
What is a scope terminator give example?
What is difference between static and dynamic call in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Explain about different table spaces.
how to move the records from file to array table. give with code example