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

What is GG status code


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Ganesh Kalam
Warnings : 1

New User


Joined: 11 Aug 2005
Posts: 45
Location: India

PostPosted: Wed May 23, 2007 8:27 pm
Reply with quote

Hi,

What is GG status code ? How should we handle this status code without
abnormally terminating the program ?
Back to top
View user's profile Send private message
rahulkolhe2003

New User


Joined: 06 Mar 2007
Posts: 12
Location: columbus

PostPosted: Thu May 24, 2007 12:00 am
Reply with quote

DL/I returns this status code if the segment being retrieved
contains an invalid pointer and the application program has a processing
option of GOT or GON.

This can occur when update activity in the database is going on ncurrently with your program's processing.

It is better ides to terminate program abnormally else it is possible that your program may give incorrect results. If you want to continue then can do it by allowing GG status code in your program logic. Please note that the request that resulted in the GG status code might be successful if you issue it again.

So if GG staus code occured then try the same for one more time and if still it is failing then terminate the program.

Hope this help! :D

Regards,
Rahul
Back to top
View user's profile Send private message
Ganesh Kalam
Warnings : 1

New User


Joined: 11 Aug 2005
Posts: 45
Location: India

PostPosted: Thu May 24, 2007 6:07 am
Reply with quote

Thanks Rahul..this helps
Back to top
View user's profile Send private message
dilipbiradar

New User


Joined: 12 Jan 2007
Posts: 18
Location: Pune (India)

PostPosted: Thu May 24, 2007 12:13 pm
Reply with quote

GG STATUS CODE: Processing with procopt of GON or GOT and concurrent update activity is occurring.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
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 Job completes in JES, but the status ... IBM Tools 1
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