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 / 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 |
Post New Answer View All Answers
Is condition checking possible in jcl? If yes, how?
which utility is used to sort a file in jcl?
Which statement is used to identify the private libraries in job?
What is the purpose of disp parameter?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Is it possible to left uncode disp?
How do you submit a job for execution?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
how to compare two datasets without using superce because output is limited to 133 bytes
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What is multithreading in jcl?
what are the various stages of job processing?
How to execute 2nd and 4th steps among 5 steps in jcl proc?