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...


wht steps we need will coding cobol and db2 pgm ?

Answers were Sorted based on User's Feedback



wht steps we need will coding cobol and db2 pgm ?..

Answer / ankitha

when you start coding any DB2 pgms you should include SQLCA
and DCLGEN member in w-s section and perform activities of
coding which need to be processed in procedure division.
all statements should be scoped in EXEC SQL and END-EXEC scope
only and you should precompile, create package and plan, you
should run this pgm by using plan. these are the steps we
follow these days.
i this this will help you

Is This Answer Correct ?    10 Yes 0 No

wht steps we need will coding cobol and db2 pgm ?..

Answer / yuvaevergreen

step1>>put all the sql statements in cobol program inside
exec sql and end-exec.Because precompiler identifies using
sql using these keywords.
step2>>all sql statements should be within 12th and 72th
column in program.
step3>>Include the dclgen if created or use the host
variable declaration name and sqlca.
step4>>precompile,compile,bind,linkedit and execute.

Is This Answer Correct ?    1 Yes 0 No

wht steps we need will coding cobol and db2 pgm ?..

Answer / naren

Pre-Compile
BIND
Run JCL

Is This Answer Correct ?    1 Yes 0 No

wht steps we need will coding cobol and db2 pgm ?..

Answer / jujubi

when you start coding any DB2 pgms you should include SQLCA
and DCLGEN member in w-s section and perform activities of
coding which need to be processed in procedure division.
all statements should be scoped in EXEC SQL and END-EXEC
scope
only and you should precompile, create package and plan, you
should run this pgm by using plan. these are the steps we
follow these days.

Is This Answer Correct ?    0 Yes 0 No

wht steps we need will coding cobol and db2 pgm ?..

Answer / lu

your question is not clear.....

Is This Answer Correct ?    1 Yes 2 No

wht steps we need will coding cobol and db2 pgm ?..

Answer / niveditha

This question does not make any sense. please explain correctly

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More DB2 Interview Questions

What r the comman abends in db2, jcl and cobol???????

0 Answers   Mphasis,


I have a table(product),It contain fields(productname,cost). I want to retrieve the product name ,which cost is second maximum in the table?

10 Answers   Fidelity,


What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?

0 Answers   MCN Solutions,


How do I import a csv file into db2?

0 Answers  


what is the use of cursors?

3 Answers   iGate,


Can i insert bulk records into a db2 table using qmf of spufi only............!!!

2 Answers  


Can you search give an array in the WHERE clause of a db2 query?

1 Answers  


how to resolve -805 . how to see dbrm and package not found

2 Answers   IBM,


When would you prefer to use VARCHAR?

3 Answers  


How to find last record before record through SQLRPGLE?

1 Answers   IBM,


What is a collection in db2?

0 Answers  


What are host variables in db2?

0 Answers  


Categories