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


Introduction to window services

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

Window services allow HLL programs to:
  • Read or update an existing permanent data object
  • Create and save a new permanent data object
  • Create and use a temporary data object

Window services enable your program to access data objects without your program performing any input or output (I/O) operations. All your program needs to do is issue a CALL to the appropriate service program. The service program performs any I/O operations that are required to make the data object available to your program. When you want to update or save a data object, window services again perform any required I/O operations.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014