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 the difference between SEARCH and SEARCH ALL? What is more efficient?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
What is Static,Dynamic linking ?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between goback, stop run and exit program in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are VS COBOL 11 special features?
What are the differences between COBOL and COBOL II?
if someone is using my file,how can i find which user id is using?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
Mention the guidelines to write a structured cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?