Processing Options
The procopt parameter is used to define which processing options are associated with a PCB. Up to four options can be specified in the procopt declaration.
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


