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
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Explain about ISPF/TSO Commands
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How can an in-stream dataset be terminated?
What is one line to pass PARM from JCL to COBOL?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
write a jcl to execute a job by 7:00 am on jan 20,1986?
whats the diff bw the evaluate also and and?
Must tape dataset definitions include vol=ser specifications?
What is the function of the steplib dd statement?
Is it possible to code instream data in a PROC?
what are JCLLIB and STEPLIB in JCL?
What are the parameters that are used in creating a gdg?
Explain the function of //jcllib statement?
How to submit a jcl from cics?