How do you check the syntax of a JCL without running it?
Answers were Sorted based on User's Feedback
Answer / mahesh babu
By using JSCAN we can check jcl syntax errors
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajasekhara reddy
EJCK or !JCL in the command line will do.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / baskar
Some companies use a tool for this. it is called JJDIRECT
Is This Answer Correct ? | 7 Yes | 9 No |
How to fetch even records from one file to another file by using ICETOOL in JCL?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
GDG Create syntax ?
What is the significance of addrspc parameter in exec statement?
when can a job time-out occur? How to overcome that?
How to send data from cobol program to jcl?
What are the 4 fields in dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
In SPACE,what is directory,RLSE
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
How do you skip a particular step in a proc/JOB?