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

COND CODE 2222


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

New User


Joined: 01 Jun 2005
Posts: 1
Location: Brazil

PostPosted: Wed Jun 01, 2005 1:38 am
Reply with quote

After a Step of my JCL I receive a message like this: STEP WAS EXECUTED - COND CODE 2222.

Is this an error, because something wrong happened with the program execution and I don't know what is?

thanks
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Wed Jun 01, 2005 10:38 am
Reply with quote

2222 CA-IDMS/DB users only - Occurs when CA-Culprit encounters an error trying to access the data dictionary, causing CA-IDMS/DB to abort.
Modules: CULP0
------------------------------------
On z/OS, this event is not generated for the first start of a queue
manager, only on subsequent restarts.
-------------------------------------
2222 - LOGICAL END OF FILE WAS REACHED PRIOR TO EXHAUSTING THE BLOCK CHAIN OR THE BLOCK COUNT - TOTAL BLOCKS=(xxx) REMAINING BLKS=(yyy) NEXT BLOCK RBA=(zzz)

Explanation: If the number of remaining blocks is non-zero, the total
block count as recorded internally was in error. If the next block RBA is
non-zero, the logical end of file may have been in error.

In either case, the unloaded records should be inspected for completeness
before reloading and overlaying the original files data set. The files
data set may need to be recovered before continuing.
---------------------------------------
These are the some scenario where 2222 occures. Please check which ever is suitable for you. Let us know if you have any concrens.
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
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top