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


Permanent object

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

For a permanent object, object_name and object_type work together. For object_name you have a choice: specify either the data set name of the object or the DDNAME to which the object is allocated. The object_type parameter must then indicate whether object_name is a DDNAME or a data set name:
  • If object_name is a DDNAME, specify DDNAME as the value for object_type.
  • If object_name is a data set name, specify DSNAME as the value for object_type.
If you specify DSNAME for object_type, indicate whether the object already exists or whether window services is to create it:
  • If the object already exists, specify OLD as the value for object_state.
  • If window services is to create the object, specify NEW as the value for object_state.
Note: Requirement for NEW objects: If you specify NEW as the value for object_state, your system must include MVS/Data Facility Product. (MVS/DFP) 3.1.0 and SMS must be active.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014