I have a dataset with record length 40 in production, due
to some requirements it was changed to 80. Then how can we
know the jobs which are effected by this change and how can
we resolve it.
Answers were Sorted based on User's Feedback
Answer / shrik
Search the information of all the jobs that use this
particular changed program.
Then u need to override/change the DCB parameter LRECL to 80
from 40 which wuld resolve the issue.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rajaraman
if the dataset use any copybook,search in program
library.then u will get affected programs.then search in
the jcl library.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vasanth
If you are using CA7 for scheduling , shift=f6 and give the
DSN name , it should show all the jobs using this data set
| Is This Answer Correct ? | 3 Yes | 0 No |
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are the common jcl syntax errors you get? This is not abends?
I have three files for one step i need to override the third file how to do that in jcl?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
what is the difference between JES3 and JES2?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
If Region=0k means What Happen?
shall we concordinate two different length dataset in to a new date set.