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


What are the steps you go through while creating a COBOL
program executable?

Answers were Sorted based on User's Feedback



What are the steps you go through while creating a COBOL program executable?..

Answer / asmara

1. COBOL + DB2 Programm
2. Source code will store in link-edit
Extracted SQL statements store in DBRM
where the time tokens are taken
3. Link - edit will compile and send it to load module
4. DBRM after setting the token the input will send to BIND
5. BIND will check the SQL Statements and check the syntax
and compile it and send to Package
6. Package will hold only one DBRM at a time so No. of
Packages store in PLAN.
7. Plan Will execute the statements
8. Finally it will combine and if the time stamp matches it
will exectue otherwise the time stamp mismatch error will
occur which -818.
if you want to resolve then u want to do the precompilation
again.

Is This Answer Correct ?    4 Yes 3 No

What are the steps you go through while creating a COBOL program executable?..

Answer / siddu

steps:
1.design the program

2.code the program

3.compile the program(IGYCRCTL)

4.link-edit the program(IEWL/HEWL)

5.execution

Is This Answer Correct ?    2 Yes 1 No

What are the steps you go through while creating a COBOL program executable?..

Answer / nagaraju

1.design the program

2.code the program

3.compile the program(IGYCRCTL)

4.link-edit the program(IEWL/HEWL)

5.execution

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

Define in-line perform?

1 Answers  


what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?

6 Answers   ABC, IBM, Mphasis, Wipro,


Which is not true about evaluate statement

0 Answers  


What is SQL Code -904 and -903 in DB2 And how to handle it?

1 Answers   IBM,


I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."

1 Answers  


can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)

13 Answers   CTS,


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

0 Answers  


why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.

2 Answers   TCS,


) how do u code after getting data?

0 Answers   IBM,


what is s013u000 for?

1 Answers   Hewitt,


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

0 Answers  


Categories