In an array processing what is the thing that can be done
by using subscripts but not by using index
Answer Posted / nimi
subscripted array can be passed to a sub program whereas indexed array cannot be.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
What are different data types in cobol?
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 to use the same COBOL program in Batch and CICS on lines? explain with an example
State the various causes of s0c1, s0c5 and s0c7.
Have you used comp and comp-3 in your project? And how?
how to access the file from prodution from changeman tool and to submit a file to production
Define cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write down the divisions of cobol program?
Difference between array and sub-script ?