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 / harish
u can go sool.and u will check jcl errors.without
submitting job.u can check jcl errors using with jscan/jem
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is condition checking in jcl? Is this possible?
what is DSN parameter and DISP parameter is used for?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Name what parameter directs the output of the job log dataset?
What are s0c1, s0c4, s0c5, s0c7 and socb?
What is the syntax of JCL statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is the function of the dd avgrec keyword in sms datasets?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
whats the diff bw the evaluate also and and?
Why block size is multiple of lrecl in jcl?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What dd statement is used to supply the name of a dataset?
define cond parameter in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one