Answer Posted / paddu
01 a usage comp-1.
01 b usage cpmp-2.
this way to define
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
what is the use of outrecord?
What are all the divisions of a COBOL program?
What guidelines should be followed to write a structured cobol prgm?
Which division and paragraphs are mandatory for a COBOL program?
Which is not true about evaluate statement
how do you reference the fixed unblock file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
What is static and dynamic call in cobol?
What is Pic 9v99 Indicates 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 do get the result of your program directly on your pc?
how can i see junk values in dclgen or in hostvariable of comp ?
What is a scope terminator give example?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is an in line perform? When would you use it? Anything else you wish to say about it.