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


Please Help Members By Posting Answers For Below Questions

what is “Cond= even” and “Cond=only”?

737


What is the purpose of dd?

724


how to compare two datasets without using superce because output is limited to 133 bytes

1477


How can values be passed from the job stream to an executable program?

867


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1034






How to alter the parameters for the existing gdg?

710


Explain how can the submitting users racf authority be overridden in a job stream?

668


What do you understand by the term job time – out and how can you overcome that?

597


How gdg are concatenated?

668


What is concatenating?

633


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

579


Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


Explain how can a stopped job be started again?

636


What is the function of the dd avgrec keyword in sms datasets?

835


What is the purpose of disp parameter?

636