z/OS MVS Programming: Callable Services for High-Level Languages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Specifying the type of access

z/OS MVS Programming: Callable Services for High-Level Languages
SA23-1377-02

For an existing (OLD) permanent object, you must specify how you intend to access the object. You specify your intentions through the access_mode parameter:
  • If you intend to only read the object, specify READ for access_mode.
  • If you intend to update the object, specify UPDATE for access_mode.

For a new permanent object and for a temporary object, window services assumes you will update the object and ignores the value you specify for access_mode.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014