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 |
A job has 90 steps i want to execute only step7 and step15
What parameter directs the output of the job log dataset?
Explain the function of //cntl statement?
can we write a proc with in a proc
wht r different types of sort fields in jcl ?
How to overide the symbol parameter in the jcl ?
What is Backward Referencing ?
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
Explain about CBL/PROCESS statement syntax
What does the statements: typrun=scan and typrun=hold do in a JCL statement
define cond parameter in jcl?
can we maintain 2 generations with different Lengths in Same GDG ?