Chapter Contents

Previous

Next
SAS/ACCESS Interface to IMS-DL/I Software

Changes and Enhancements for Version 7 and Version 8

  1. Version 6 of SAS/ACCESS software provided SAS/ACCESS interfaces to IMS-DL/I on MVS and on VSE. The VSE operating environment is no longer supported. The MVS operating environment continues to be supported, however, it is now referred to as the OS/390 environment.

  2. Version 6 of the SAS/ACCESS interface view engine provided both a full-screen interface and a line-mode interface for creating descriptor files. The full-screen interface is not supported; you can no longer create and edit access and view descriptors by using the Access Descriptor and View Descriptor windows. You must use the line-mode interface.

    Four database definition update statements have been added to allow line-mode editing of descriptor files: UPDATE, DELETE, INSERT, and REPLACE. Together with some existing grammar, these statements provide the basis for IMS data definition changes.

  3. SAS member names and variable names can be up to 32 rather than 8 characters long. The names can also consist of mixed case alphanumeric characters, although the first character must still be a letter or an underscore. Both the interface view engine and DATA step interface take advantage of the new naming flexibility.

  4. The interface view engine has been modified to automatically generate SAS variable names instead of requiring you to assign them with the SASNAME= argument. The new SAS names will be generated from those specified in the ITEM database definition statement. The following guidelines apply:

    The following statements have also changed as result of the new naming scheme.

  5. For interface view engine customers needing Version 6 compatibility and more flexible variable naming options, later SAS versions provide the SAS System option VALIDVARNAME= . The VALIDVARNAME= option lets users control what type of variable names will be allowed in a SAS session by converting variable names that do not conform to the necessary format. The SAS System option has four possible values:
    V6 for Version 6-style, eight-byte "short" names
    V7 (the default) for mixed-case,"long" names of up to 32 bytes
    UPCASE for uppercase names of up to 32 bytes
    ANY for names of up to 32 characters of any type. ANY is useful for IMS ITEM names that contain non-standard characters.

    The V6 option offers comparable functionality to the Version 6 interface view engine. When any of the other VALIDVARNAME values are specified, the interface view engine generates long names based on the ITEM database definition statement for any nonconforming names. Under these rules, Version 6 programs will run, but WHERE processing is not available. When VALIDVARNAME=V6, any SAS variable names longer than 8-bytes are truncated.

    CAUTION:
    Use care when choosing a VALIDVARNAME format: when a conversion is made, the original variables' names are not stored. For more information on the VALIDVARNAME SAS System option, see the SAS Language Reference: Dictionary.   [cautionend]

  6. The KEY argument of the GROUP and ITEM database definition statements has another value. The acceptable values are:
    N the field is not a key sequence field
    Y the field is used as a key sequence field in the IMS DBD
    U the field has been specified as a unique key sequence field in the IMS DBD
    When KEY=U is used, retrieval calls to IMS will be reduced because the IMS interface view engine knows there is only one segment in the database for this key.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.