Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is NOTCAT 2

Answers were Sorted based on User's Feedback



What is NOTCAT 2..

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

What is NOTCAT 2..

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

Post New Answer

More JCL Interview Questions

in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

0 Answers   IBM,


In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???

10 Answers   Perot Systems,


can we write a proc with in a proc

4 Answers   IBM,


Is their any set of rules for dd? Explain.

0 Answers  


What is the function of a dd statement?

0 Answers  


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?

4 Answers  


what is d/f b/w sysout & sysprint

4 Answers   TCS,


How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)

4 Answers   RBS,


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

0 Answers  


Categories