01 x pic s9(8) comp.
How will the following value be internally allocated
'18787'
Answer Posted / krishna chaitanya
the answer one is correct . he asked a question , how to
override 3 rd step .
we can do lik ths
step3.ddname which will override the DS .
if any wrong correct me .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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 you can characterize tables in cobol?
how do you reference the variable block file formats from cobol programs
how do you reference the esds vsam file formats from cobol programs
how can i see junk values in dclgen or in hostvariable of comp ?
For rewrite, why is it mandatory that file needs to be opened?
What are the different types of condition in cobol and write their forms.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Which is not true about evaluate statement
In COBOL, what is the different between index and subscript?
example for sub strings ? and refernce modifications whit output pls
Have you used comp and comp-3 in your project? And how?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
When is inspect verb is used in cobol?
i need a small 3d program using inline and outline.