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 is NOTCAT 2
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
wht do u mean by notify parameter, how can u give acess to multiple users ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the significance of addrspc parameter in exec statement?
What is the difference between a symbolic and an override in executing a PROC?
Explain the function of dd disp parameter?
Explain the purpose of dd * statement in jcl?
what is the difference between static call and dynamic call?
What is timing concept in mainframe?
how to do automated restart when a job abends?
Explain the function of the steplib dd statement?