IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

NOT RECATD message in JMR


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Thu Dec 03, 2009 4:57 pm
Reply with quote

Hi,

I am getting the following message in JMR.
Code:
PDBV421L   33866  09/12/01  03:12:18  SYS    NOT RECATD  0000        40,968

This is basically a load job, using FASTLOAD utility.

Following datasets are being dynamically allocated by FASTLOAD,
Code:
PROD.database.ts.A0004.SYSMAP Dynamically Allocated
PROD.database.ts.A0003.SYSDISC Dynamically Allocated

and when the FASTLOAD finishes up, it deallocates
Code:
PROD.database.ts.A0004.SYSMAP Deleted and Deallocated   
PROD.database.ts.A0003.SYSDISC Cataloged and Deallocated

Following is the message, i got in JESYSMSG
Code:
IGD100I B96D ALLOCATED TO DDNAME SYSMAP   DATACLAS (        )         
IEF237I B870 ALLOCATED TO SYSDISC                                     
IEF237I B86F ALLOCATED TO SYSDISC                                     
IEF237I B86E ALLOCATED TO SYSDISC                                     
IEF237I B876 ALLOCATED TO SYSDISC                                     
IEF237I B873 ALLOCATED TO SYSDISC                                     
IEF285I   PROD.database.ts.A0004.SYSMAP            UNCATALOGED   
IEF285I   VOL SER NOS= VOL019.                                       
IEF285I   PROD.database.ts.A0004.SYSMAP            DELETED       
IEF285I   VOL SER NOS= VOL019.                                       
IEF287I   PROD.database.ts.A0003.SYSDISC           NOT RECTLGD 2 
IEF287I   VOL SER NOS= VOL022.                                       
IEF285I   PROD.PDBV421L.JOB33866.D0000591.?            SYSOUT         

I think, we are getting this message due to Cataloging and deallocating SYSDISC dataset.

I tried to replicate this problem in test, i got same message as above given by fastload. In JESYSMSG, i got the following
Code:
IGD105I TEST.database.ts.A0004.SYSMAP              DELETED,   DDNAME=SYSMAP 
IGD104I TEST.database.ts.A0003.SYSDISC             RETAINED,  DDNAME=SYSDISC

No "NOT RECATD" message.

And my current solution would be allocating SYSDISC & SYSMAP in the load job itself, so that i can avoid getting this message.

Can i know the reason for getting this NOT RECTLGD 2 message in PROD not in TEST ?

And can i know where i can get information regarding the messages like NOT RECTLGD 2?


Thank You,
Sushanth
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Dec 03, 2009 5:49 pm
Reply with quote

If you look up the IEF287I message, you will find the 2 at the end means
Quote:
2
One of the following has occurred:

* The data set to be cataloged had been cataloged previously. Either a catalog entry already exists for the DSNAME specified, or a catalog entry for an ALIAS of another data set matches the DSNAME specified.

* The data set to be uncataloged could not be located.

* The data set name of the data set to be cataloged in an ICF catalog has the same low-level qualifier (GnnnnVnn) as a GDG (generation data group) generation. This is not supported by the ICF catalog.

* RACF authorization for access to the data set, GDG base, or catalog was improper.

* A password was not given for writing the catalog.

* An incorrect password was given for writing the catalog.

* The data set name of a data set to be cataloged in a user catalog or CVOL has the same high level qualifiers as the name of a catalog entry that already exists in the user catalog or CVOL. For example, data set A.B.C.D cannot be cataloged in a CVOL if A.B or A.B.C is already in the catalog.

* The data set name to be cataloged or uncataloged has been improperly constructed or modified. For example, by means of READJFCB and OPEN TYPE=J.
so you need to figure out which of these conditions applies and correct it.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Thu Dec 03, 2009 6:08 pm
Reply with quote

Thank You Robert,

Quote:
* The data set to be cataloged had been cataloged previously. Either a catalog entry already exists for the DSNAME specified, or a catalog entry for an ALIAS of another data set matches the DSNAME specified.

First one suits.

Can i know which manual to look for codes like IEF287I one ?




Sushanth
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Dec 03, 2009 6:16 pm
Reply with quote

IBM has a Messages and Codes bookshelf, which pretty much has every informational, warning, and error message their software generates. There is a volume specifically for IEF through IGD messages (MVS System Messages, Volume 8).
Back to top
View user's profile Send private message
ananth86

New User


Joined: 10 Jun 2009
Posts: 59
Location: Hyderabad

PostPosted: Thu Dec 03, 2009 6:21 pm
Reply with quote

I always use LookATfor referring any messages.

Its quite simple. I use it next to Google icon_cool.gif
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Thu Dec 03, 2009 7:40 pm
Reply with quote

Thank You Robert. Thank You Ananth.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
No new posts dsnrexx fails without error message CLIST & REXX 9
No new posts Print out all lines with 'IBM' compil... CLIST & REXX 8
No new posts How to get the message id thats trigg... Java & MQSeries 0
Search our Forums:

Back to Top