how will u pass dadta to cobol+db2 program...?

Answers were Sorted based on User's Feedback



how will u pass dadta to cobol+db2 program...?..

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

how will u pass dadta to cobol+db2 program...?..

Answer / t srinivasa chary

using host
variables

Is This Answer Correct ?    6 Yes 0 No

how will u pass dadta to cobol+db2 program...?..

Answer / vk

Thru PARM paramater in JCl...

Is This Answer Correct ?    7 Yes 3 No

how will u pass dadta to cobol+db2 program...?..

Answer / satish

thrugh jcl

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

write a program to eliminate duplicate records in a input file and send them to output file.

2 Answers   IBM,


file status 00 is checked after opening the file or reading the file

4 Answers   John Deere,


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,


can any one give good example for cond 88 level number and for renames pls urgent dudes ?

3 Answers   DELL,


A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,






what is the default print format? in cobol

3 Answers   HSBC,


Is It Possible to Update or change in VIEW Mode?

5 Answers   CSC,


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

0 Answers  


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


How do pass the values to the parameters in cobol

2 Answers  


consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

10 Answers   TCS,


explain sorting techniques in cobol program?

0 Answers  


Categories