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 / jay
IF YOU WANT TO CHECK JCL ERROR BEFORE SUBMITTING THE JOB
U CAN GIVE JSCAN OR
IN THE JOB CARD
YOU HAVE TO PROVIED TYPRUN=SCAN
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
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?
What is the purpose of the dd keylen parameter?
Name what parameter directs the output of the job log dataset?
What do you understand by the term notcat 2 – gs?
In job processing, what happens in conversion stage?
Where & How Do You Code Identifier In Jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain how can a stopped job be started again?
what are the statements that are not valid to be included in an include statement?
in ways data can be passed to a COBOL program from JCL?
What is Cataloged Procedures?
How can an in-stream dataset be terminated?
What dd statement is used to supply the name of a dataset?
What are the jcl procedures?