what is the use of filler in cobol programing?
Answer Posted / guest
to fill the unused spaces in a record size
| Is This Answer Correct ? | 32 Yes | 3 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
Differentiate between structured cobol programming and object-oriented cobol programming.
When is inspect verb is used in cobol?
Explain how you can characterize tables in cobol?
explain sorting techniques in cobol program?
Which is not true about evaluate statement
What is perform what is varying?
Name the divisions, which are available in a cobol program?
what happens if parmparameter passes zero bytes to the program
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Can we change the password using ALTER? anyone tried and changed?
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 is rmode(any) ?
What is the local-storage section?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.