What is the difference between next sentence and continue in cobol programing language?
What is the pcp in the cics?
Explain the primary significance of intra-partition and extra-partition tdqs ?
What is a set? What pointers are required, what are possible? How may sets be ordered?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Tell me can we update with histogram?
How do you get the data to code the BMS macro?
what is the facility that allows mainframes to be partitioned into lapars? A.z/os b.pr/sm c.vitual storaged.coupling facility
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
what is the cics command used to access current date and time?
What is job control language?
What is the function of finish in idms?
What is the difference between comp and comp-3 usage?
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?