What is 66 level number and where it is used in real time by
software developers?
Answer Posted / reddy
Renames clause nothing but RE-GROUPING the elementry data items(variables)
real time also same
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
In COBOL programming, what is PERFORM? What is VARYING?
what is the use of outrecord?
Name some of the examples of COBOl 11?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do you reference the fixed block file formats from cobol programs
What is rmode(any) ?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
how do you reference the esds vsam file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Why did you choose to work with ibm mainframe cobol programming?
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?
what is search and searchall?what is the diffrence between them?give an best example?