Answer Posted / yogesh
when Load module is not found in the libraray in JCL, this
abend will occours
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain about different table spaces.
How to know whether the module is dynamical or statistical?
Are you comfortable in cobol or jcl?
What is the difference between Global and External Variables?
What are the cobol coding sheets?
example for sub strings ? and refernce modifications whit output pls
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How many bytes S(8) comp field occupy and its maximum value?
Write a program that uses move corresponding.
What are the various section in data division and briefly explain them.
Can we redefine the field of x(200) to less than 200?
What is the problem of ordered sequential files access?
What is the difference between structured cobol programming and object alternativelyiented 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 are the different open modes available in cobol?