Answer Posted / ipl
this is to specify the length of the commarea.
| Is This Answer Correct ? | 21 Yes | 7 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are the pertinent COBOL commands?
what happens if parmparameter passes zero bytes to the program
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Explain the configuration section of a cobol program with examples of syntax.
) how do u code after getting data?
Difference between array and sub-script ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between PIC 9.99 and PIC9v99?
What is length is cobol?
how do you reference the ksds vsam file formats from cobol programs
How do you get the data to code the BMS macro?
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 difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.