Chapter Contents

Previous

Next
SYSFILE

SYSFILE



Specifies parameters for the system file containing DDMs.

Optional statement
Applies to: access descriptor or view descriptor
Interacts with: SECURITY


Syntax
Details

Syntax

SYSFILE (NUMBER | NUM = Adabas-system-file-number
PASSWORD | PW = Adabas-password
CIPHER|CC = Adabas-cipher-code
DBID = Adabas-database-identifier);


Details

The SYSFILE statement allows you to specify the ADABAS file number, password, cipher code, and database identifier for the system file containing DDMs.

If you specified SECURITY=YES in the access descriptor, you cannot change the values for the password and cipher code in the view descriptor. However, if no values were entered in the access descriptor, you can enter them in the view descriptor, even if the SECURITY=YES statement has been issued.

Note that you can associate a password, cipher code, and database identifier with an ADABAS file number, system file, and security file.

Number
is the ADABAS file number of the system file containing DDMs.

Password
is an ADABAS password, which provides security protection at the file or data-field level, or on the basis of a value at the logical-record level. The value is written to the access descriptor in encrypted form.

Cipher Code
is an ADABAS cipher code, which is a numeric code for ciphering and deciphering data into and from an ADABAS file. The value is written to the access descriptor in encrypted form.

DBID
is the ADABAS database identifier (number) to be accessed. The database identifier is a numerical value from 1 to 255 that is assigned to each ADABAS database.


Chapter Contents

Previous

Next

Top of Page

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