space
Previous Page | Next Page

Browsing and Updating IMS Data

Introduction to Browsing and Updating IMS Data

The SAS/ACCESS interface to IMS enables you to browse and update your IMS data directly from a SAS session or program. This section shows you how to use SAS procedures to review and update IMS data that is described by SAS/ACCESS view descriptors. The examples in this section use the view descriptors VLIB.CUSTINFO and VLIB.CHCKACCT. See Example Data for definitions of all the view descriptors referenced in this section. Example Data also includes the IMS database and SAS data files and data sets.

To browse or update IMS data, you must use a Program Specification Block (PSB) that contains a Program Communication Block (PCB) with the level of access desired. You need to have this desired level of access to the database, to the segments in that database, and to the fields in those segments. The types of access that a PCB enables are included in the following:

G get
I insert
R replace
D delete
A all

Refer to IMS Essentials and Program Specification Block for more information about accessing IMS data.

READ, WRITE, ALTER, or PW passwords can be assigned to a view descriptor, access descriptor, PROC SQL view, DATA step view, or SAS data file. See ACCESS Procedure Reference and SAS Passwords for SAS/ACCESS Descriptors for more information about assigning passwords.

space
Previous Page | Next Page | Top of Page