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 |
how do u see jobs submitted before ur job ?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?
What is default if we don't specify RD parameter at all ?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
what is the purpose of coding notify parameter in job statement?
What are the valid DSORG values ?
if we give TIME=0 how many sec that job/step
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
what is a MODELDSCB?