Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


how many divisions are there in cobol

3 Answers   ADP,


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


What is the difference between static call & Dynamic call?

2 Answers   CSC, TCS,


what are the error codes in cobol, db2, cics, vsam , and jcl

2 Answers   TetraSoft,


what is the use of filler in cobol programing?

4 Answers   MAT,


How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?

2 Answers  


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

0 Answers  


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?

4 Answers   IBM,


I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?

6 Answers   IBM,


Categories