how will u pass dadta to cobol+db2 program...?
Answers were Sorted based on User's Feedback
Answer / mahe
1.Through PARM parameter in JCL
2.Through SYSIN DD * in JCL
3.Through file
| Is This Answer Correct ? | 17 Yes | 0 No |
what is meaning by design document? who can repared for this?
1.Can we define condition-name conditions in FD entry.
what is the advantage of using redefines instead of delaring the variables ?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
How many maximum number of procedures can we write in one COBOL program?
What is ASKTIME, SUSPEND
What should be the sorting order for SEARCH ALL?
Can we move X(7) to S9(7) COMP?
Write a program that uses move corresponding.
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
What is the mode in which you will OPEN a file for writing?
How you can delete a record from a ps file in cobol?