how will u pass dadta to cobol+db2 program...?
Answer Posted / mahe
1.Through PARM parameter in JCL
2.Through SYSIN DD * in JCL
3.Through file
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
What are the pertinent COBOL
What are declaratives and what are their uses in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Name some of the examples of COBOl 11?
Name the divisions, which are available in a cobol program?
how can i see junk values in dclgen or in hostvariable of comp ?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the compute verb? How is it used?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Discuss about changing dataset name in proc.
Explain the configuration section of a cobol program with examples of syntax.
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.
How many sections are there in data division in COBOL?