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.
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to left uncode disp?
What are the utility programs in jcl?
What is condition checking in jcl? Is this possible?
Explain how can the submitting users racf authority be overridden in a job stream?
what happens in execution stage in job processing?
Can an individual step be restricted from using all the jobs allowed cpu time?
For what purpose steplib and joblib are used ?
how to do automated restart when a job abends?
Explain about ISPF/TSO Commands
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What are the difference between jcl and jes?
What is timing concept in mainframe?
Is condition checking possible in jcl? If yes, how?
Where can program checkpoints be stored for use in a restart?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file