What is NOTCAT 2
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bala nallapaneni
Dataset already exists in the system catalog,and u
executed the job with out deleting the existing dataset it
will abend with NOTCAT2, before executing the job delete
the existing dataset and submit the job it will run
fine.
| Is This Answer Correct ? | 2 Yes | 2 No |
What is the max blocksize for a Tape file?
How would you understand error(execution phase)?
What is the difference between a symbolic and an override in executing a PROC?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
I have three files for one step i need to override the third file how to do that in jcl?
What is NOTCAT ?
How to DEBUG a JCL?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
If your job fails at particular step then what would be the return code for next steps
Must tape dataset definitions include vol=ser specifications?
What is meant by S0C7 system abend code?
Name a few IBM utility programs, and explain its function.