What will happen if you code GO BACK instead of STOP RUN in
a stand alone COBOL program ?
Answer Posted / shan
Answer 4 is the correct explanation...
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How many sections are there in data division 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.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
how do you reference the rrds file formats from cobol programs
how to move the records from file to array table. give with code example
What are the rules of the move verb?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Can we redefine the field of x(200) to less than 200?
Explain about different table spaces.
Explain what you understand by passing by value.
How arrays can be defined in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
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 can you get the ksds file records into your cobol program?