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


Please Help Members By Posting Answers For Below Questions

For rewrite, why is it mandatory that file needs to be opened?

616


Write a program to explain size error.

667


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6794


how to refer the data field?

1793


What is the default value(s) for an initialize and what keyword allows for an override of the default?

686






EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2048


Explain how to differentiate call by context by comparing it to other calls?

679


In which area will you utilize 88 level items in cobol?

708


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

668


) How do u handle errors in BMS macro

1498


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


What is the LINKAGE SECTION used in COBOL?

884


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2717


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

407


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

693