hi iam learning mainframes,can anybody tell me how to check
JCL errors.(after submiting the JCL we have check in spool
or is there any other method)
Answer Posted / suma
you can give NOTIFY parameter. it will notifying the status
to the user about the status of the job. once you got the
message, check in the SPOOL about the status of the job.
Otherwise you can check in SAR.
Thanks,
SS
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is SOC4 error?
what is use of space parameter in dd statement?
Name what parameter directs the output of the job log dataset?
Name a few IBM utility programs, and explain its function.
Is it possible to code instream data in a PROC?
Explain the purpose of dd dummy statement?
Describe the various parameters utilized in the creation of a gdg?
How can a stopped job be started again?
what is the use of JCL?
how to compare two datasets without using superce because output is limited to 133 bytes
When output dataset space is required, what quantity categories are used?
What are s0c1, s0c4, s0c5, s0c7 and socb?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is jcl in mainframe?
In job processing, what happens in execution stage?