View previous topic :: View next topic
|
Author |
Message |
scdinesh
New User
Joined: 06 Sep 2006 Posts: 45 Location: United States
|
|
|
|
anybody help me with what are the different procopt options used in IMS? and their functionalities |
|
Back to top |
|
|
guptae
Moderator
Joined: 14 Oct 2005 Posts: 1208 Location: Bangalore,India
|
|
|
|
Hi There,
G:For Get
I :For Insert
R:For replace
D:for delete
A:For all option (G,I,R,D)
L:For load
K:To access the key only
O:For only Used with G to indicate that get hold calls are not allowed
P:Path call |
|
Back to top |
|
|
scdinesh
New User
Joined: 06 Sep 2006 Posts: 45 Location: United States
|
|
|
|
THANKS Ekta |
|
Back to top |
|
|
guptae
Moderator
Joined: 14 Oct 2005 Posts: 1208 Location: Bangalore,India
|
|
|
|
Ur welcome |
|
Back to top |
|
|
muralialla
New User
Joined: 03 Jan 2007 Posts: 11 Location: Chennai
|
|
|
|
Hi
I have a PSB with the PROCOPT=GOT, what does it means?
i know G--Get
O--used with G without hold option
T---?????
Thanks, |
|
Back to top |
|
|
rameshfoa
New User
Joined: 05 Apr 2007 Posts: 27 Location: chennai
|
|
|
|
Hi find below the answer,
G - can't read a segment while it was holding or updating by another pgm.
GO - Can read the segment holding or updating by another pgm.
GON - while reading a segment contains invalid pointers (due to access in the middle updation) returns 'GG' status code without abend.
GOT - In the same situation above, it tries again and retrieves the segment only if the updation commits or backed out. |
|
Back to top |
|
|
avina
New User
Joined: 04 Dec 2007 Posts: 16 Location: Kolkata
|
|
|
|
Hi,
The following options are available:
G get
I insert
R get and replace
D get and delete
A get, insert, replace, and delete
P required if the D command code is to be used
O do not perform integrity checks for read only processing
must be specified as GO, GON, GONP, GOT, GOTP, or GOP
N do not abend on invalid pointer, return GG instead
must be specified as GON, GONH, or GONP
T same as N but automatically retries before returning GG
must be specified as GOT, GOTH, or GOTP
E enable exclusive use by online program
L load
GS get in ascending sequence (hsam only)
LS load in ascending sequence (hidam or hdam only)
H use high speed sequential processing |
|
Back to top |
|
|
RMD
New User
Joined: 16 Feb 2017 Posts: 2 Location: US
|
|
|
|
Deleted by moderator - the information is in the readily available manual and there is no need to revive a very old topic. |
|
Back to top |
|
|
|