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 150 steps i want to execute only 57th step
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
how you will the direct the data to spool using sysout option?
what is the purpose of coding notify parameter in job statement?
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
How is a new GDG coded?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
if we give TIME=0 how many sec that job/step
What is COND=EVEN ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
For how long a job can be executed continuously in a mainframe ?