HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH
ALL?
Answer Posted / guest
using ascending or decending key along with ocurs clause
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
how can i see junk values in dclgen or in hostvariable of comp ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are the different types of condition in cobol and write their forms.
What is length is cobol?
what are decleratives in cobol?
What is redefines clause in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Are you comfortable in cobol or jcl?
What rules are followed by the search verb.
What are 77 levels used for?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What kind of error is trapped by on size error option?
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?