2018年10月13日 星期六

IBM z/OS V2R3 documentation

Where you can find information about how to install, maintain, and use IBM z/OS

2018年9月8日 星期六

Data set encryption for z/OS V2.2

The describes data set encryption for z/OS V2.2 the information refer to IBM Techdocs.

2018年8月1日 星期三

Using IBM Installation Manager on z/OS

IBM Installation Manager is a tool for installing and maintaining computer software on a wide range of platforms. This document provides information on planning and using Installation Manager on z/OS it was written by IBM's Jeff Mierzejewski, and you can find it on IBM Techdocs Library website.

2018年7月3日 星期二

Get z/OS Basic System Information from REXX

How to display basic mainframe processor and z/OS system information from a REXX, the REXX source code refer to this link.

2018年6月7日 星期四

COBOL access to MVS Control Blocks

Accessing MVS control blocks from a COBOL program. The following sample program shows how you can access the job, step, and program names for the currently running program. MVS Control Blocks:

2018年4月8日 星期日

File Manager for z/OS Remote Services

File Manager has been enhanced in order to provide remote services for the following types of resource: - QSAM, VSAM, PDS or PDSE including load libraries - CICS files - File Manager templates in read access The more information refer to IBM website

2018年3月15日 星期四

Dynamically deallocate a file from CICS

Use the ADYN transaction to dynamically deallocate a file from CICS while CICS is up. ADYN is documented to in the CICS TS information center under the dynamic allocation sample program.