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 / 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 |
Post New Answer View All Answers
define cond parameter in jcl?
How can the attributes of one sms dataset be copied to another dataset?
What is the use of symbol // in jcl?
what operation is performed by job statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How to pass the parameter in parm using linkage section ? (syntax)?
How is a type of file defined in the jcl that executes the cobol program?
what is the purpose of coding notify parameter in job statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Can I share my data with other jobs? How?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Name the parameters which can be used to limit the number of records written to a sysout dataset?
what happens in execution stage in job processing?