Answer Posted / guest
This is an MVS message indicating that a duplicate catalog
entry exists. E.g., if you already have a dataset with dsn =
'xxxx.yyyy' and u try to create one with disp new, catlg,
you would get this error. the program open and write would
go through and at the end of the step the system would try
to put it in the system catalog. at this point since an
entry already exists the catlg would fail and give this
message. you can fix the problem by deleting/uncataloging
the first data set and going to the volume where the new
dataset exists(this info is in the msglog of the job) and
cataloging it.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
What does a disposition of (MOD,DELETE,DELETE) mean ?
In sms datasets, what is the function of the dd avgrec keyword?
What parameter directs the output of the job log dataset?
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.
What are the jcl procedures?
What is condition checking in jcl? Is this possible?
How is a type of file defined in the jcl that executes the cobol program?
What is the significance of addrspc parameter in the exec statement?
What is jcl in mainframe?
which parameter is used to check the syntax of a jcl without executing it?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the use of symbol // in jcl?
how you can access an uncataloged dataset in a JCL?