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

In sms datasets, what is the function of the dd mgmtclas keyword?

869


which utility is used to sort a file in jcl?

756


How does the jcl specify the job to os?

704


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

1983


How do you submit a job for execution?

647






What is the purpose of dd * statement in jcl?

821


What is the purpose of dd?

735


Explain about ISPF/TSO Commands

1326


What are hierarchy levels in jcl?

965


How can a stopped job be started again?

721


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

925


How can the attributes of one sms dataset be copied to another dataset?

871


How to execute 2nd and 4th steps among 5 steps in jcl proc?

757


What are the parameters that are used in creating a gdg?

748


What is the difference between the positional and keyword parameters? Give examples.

726