1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answers were Sorted based on User's Feedback
Answer / om prakash yadav
hi .....kavya........
The JCL being scanned for syntax errors and reports them to
the requested uotput media.
Syntactical errors are comprised of invalid keywords.
Illegal characters, incorrect use of parentheses.
| Is This Answer Correct ? | 0 Yes | 2 No |
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What is the function of the steplib dd statement?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
How jcl is used for testing batch programs?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
describe the exec statement,its meaning ,syntax and keywords?
What are some jcl statements that are not allowed in procedures?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
What is the meaning of keyword in JCL? What is its opposite?
How to fetch even records from one file to another file by using ICETOOL in JCL?
What are the basic JCL Statements for a Job?
What are the 2 types of parameters in dd statement?