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

Answers were Sorted based on User's Feedback



What happens in the background of spool when we submit a job for compilation and execution... This ..

Answer / vijay krishna

During compilation, first step would be precompilation process which would look for any EXEC SQL or EXEC CICS statements (which are other than host language) and produces a object deck. In case of EXEC SQL statements, cobol code is created with SQL statements commented & the SQL statements are separated and segregated as DBRMs. The cobol code is compiled for syntax errors. Only basic syntax check is made for SQL DBRM. Then the object deck is link edited to produce load module. For the DBRMs the executable form of code is produced only during the DB2 bind process.

Is This Answer Correct ?    2 Yes 1 No

What happens in the background of spool when we submit a job for compilation and execution... This ..

Answer / b.ray

1. Determine the need/requirement and characteristics of the JOB.
2. Prepare the JCL.
3. Submit the JCL.
4. JES interprets the JOB statements into internal text and passes to the Z/OS.
5. Z/OS manages each step execution.
6. JES collects the output and information about the JOB.
7. JES prints the output either in SPOOL or through PRINTER (output device) as per need.
8.Purge/Release the JCL from SPOOL.

Is This Answer Correct ?    0 Yes 0 No

What happens in the background of spool when we submit a job for compilation and execution... This ..

Answer / ch.mohan

both of them
compilation is display the erros of the appllication program
execution is display the o/p

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More COBOL Interview Questions

Why did you choose to work with ibm mainframe cobol programming?

0 Answers  


How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?

1 Answers   CGI,


what is filler and what is use of filler

3 Answers   Syntel,


What are differences between Static Call and Dynamic Call?

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


What is the difference between subscript and index?

1 Answers  


What is inspect in cobol ?

0 Answers   Infosys,


What is Static,Dynamic linking ?

2 Answers  


Can we use goto statement in inline_perform ?

5 Answers   IBM,


what is the difference between perform varying and perform until

4 Answers   TCS,


describe 805 error

6 Answers   DELL,


how do u list the abended jobs?

1 Answers   IBM,


In an array processing what is the thing that can be done by using subscripts but not by using index

4 Answers   JPMorgan Chase,


Categories