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 to find in aparticular step how many versions a paricular gdg base have?
What are the basic JCL Statements for a Job?
how to solve u4038 abbend?........
how to skip the steps in JCl
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
define cond parameter in jcl?
What is the function of job statement in jcl?
What do you understand by the term job time – out and how can you overcome that?
can we modify the code in copy book? if it possible how to submit ofter the modification.
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
If your job fails at particular step then what would be the return code for next steps