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.....
Answer Posted / 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 |
Post New Answer View All Answers
What are the different data types in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the utilization of copybook in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
example for sub strings ? and refernce modifications whit output pls
) how do u code after getting data?
What is length is cobol?
What are the various section in data division and briefly explain them.
Difference between array and sub-script ?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
i want a program using by if, evaluate , string, unstring, perform, occurs?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the LINKAGE SECTION used in COBOL?