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 / sri
ya u can check the syntax error by giving JJ in the commond
line. the error step will be highlighted. u can go to 1 st
error by giving JJFE1. for 2 nd error JJFE2....
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
what is the compile process of cobol program expalin with code
Can an individual step be restricted from using all the jobs allowed cpu time?
what is the purpose of coding notify parameter in job statement?
Are there any set of rules for the names of the steps used in a job? What are they?
what is DSN in JCL and what are the parameters to declare the DSN?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain the purpose of dd * statement in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is the use of IEBGENER utility?
How do you create a temporary dataset?
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) ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How can unused space allocation be returned to the system when a dataset is closed?
how can you check if a file is empty using jcl?