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

How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

967


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

844


how to do automated restart when a job abends?

958


what is the use of IEBGENER utility?

748


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

910






what is the purpose of coding class parameter in job statement?

823


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1087


Can I share my data with other jobs? How?

757


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

1152


whats the diff bw the evaluate also and and?

1946


Describe the various parameters utilized in the creation of a gdg?

777


Does jcl support automatic restart?

855


what is the use of JCL?

763


What are the jcl procedures?

735


what are the statements that are not valid to be included in an include statement?

925