how will u pass dadta to cobol+db2 program...?
Answer Posted / vk
Thru PARM paramater in JCl...
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Name the divisions, which are available in a cobol program?
Write a cobol program making use of the redefine clause.
In COBOL programming, what is PERFORM? What is VARYING?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is a report item?
Which is not true about evaluate statement
What rules are to be followed while using the corresponding options?
How do you get the data to code the BMS macro?
what are decleratives in cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are declaratives and what are their uses 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?
Write some characteristics of cobol as means of business language.
What do you understand by psb and acb?