An early shipment of the new NSCDDM module for ADABAS Version 6.2.2. is located at the web address www.sas.com/techsup/download/mvs/nscddm622.xmt. This file contains a MVS data set in unloaded format created by the TRANSMIT facility of TSO. The NSCDDM module In this library is the NATURAL Security Interface module supplied by Software AG to correct the inability to access private DDMs with ADABAS Version 6.2.2 within the SAS/ACCESS Interface to ADABAS. If you do not have the NATURAL Security Software, or do not want to use it, do not download this fix from the web. The unloaded version of the module on the web (nscddm622.xmt) is in sequential format and can be transported using any binary sequential access method to your mainframe. The MVS DCB characteristics of this file are DSORG=PS, RECFM=FB, LRECL=80 and BLKSIZE=3120. Download the nscddm622.xmt file to a MVS data set on disk with the same attributes as the unloaded version of the file. The TSO RECEIVE and RESTORE commands are used to rebuild the load module. You must pre-allocate a PDS load library with RECFM=U to accept the rebuilt load module. After the load library is allocated, issue the following TSO commands: receive indataset(unloaded version of the data set) and respond with the follwing at the prompt you receive: restore dataset(target load library) Make the following changes to the cataloged procedure: //STEPLIB DD DISP=SHR,DSN=&LOAD // DD DISP=SHR,DSN=your.target.load.library // DD DISP=SHR,DSN=your.sas.prod.loadlib // DD DISP=SHR,DSN=your.ADABAS.loadlib Make the following changes to the SAS CLIST: sasload ('''your.target.load.library'' + ''your.sas.prod.loadlib'' + ''your.ADABAS.loadlib''') + This fix is not currently available in a maintenance release. If you plan on installing Release 6.09 TS460 or TS465, please make certain to concatenate the module from the web in front of the maintenance modules. This will ensure that you pick up the correction for this problem.