Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?

Answer Posted / cj

Necron answered it right. TYPRUN=SCAN does the following:
1. Checks for syntax errors in the JCL
2. If errors present, the job listing gives the line number
and a short description of the error (so you can fix them
before submission).
3. If errors are not present, the job listing does
mention "No syntax errors".

In both cases 2 and 3, the point that should be remembered
is "The job is not run or initiated by the Operating
System". TYPRUN=SCAN only tells you if syntax errors are
present in the JCL or not. It does not invoke the job. Once
there are no syntax errors, remove TYPRUN=SCAN (or comment
it) and then submit the JCL for actual execution.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

which utility is used to run a cobol-db2 program?

1298


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

1153


Can an individual step be restricted from using all the jobs allowed cpu time?

1497


Explain dfsort utility?

1279


what happens in execution stage in job processing?

1084


What is NOTCAT ?

1271


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1234


Explain the job statement in jcl?

1109


What is the purpose of dd dummy statement?

1402


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

997


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

1228


how you can direct the data to spool using SYSOUT option?

1404


How can a fb file convert to vb file using sort program?

1288


What is jcl in mainframe, and how many types of jcl statements are there for a job?

1109


How does the jcl specify the job to os?

1095