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

Can anybody give me example of subscript and index

5 Answers  


What care has to be taken to force program to execute above 16 Meg line?

1 Answers  


Mention the guidelines to write a structured cobol program?

0 Answers  


I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.

10 Answers   Mascon,


How is sign stored in Packed Decimal fields and Zoned Decimal fields?

6 Answers   ABC, HCL, TCS,






how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....

3 Answers   IBM,


I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.

1 Answers  


What are differences between Static Call and Dynamic Call?

10 Answers   IBM, KBC, Keane India Ltd, Verizon,


there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it

3 Answers   TCS,


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

0 Answers  


db2 variable decimal(15,2) what is the equalent size of cobol variable

2 Answers   Syntel,


Categories