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, 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 table:
Types of Access
G
|
get
|
I
|
insert
|
R
|
replace
|
D
|
delete
|
A
|
all
|