Distributed Name Service (DNS) Management Programming Manual

DNS Definitions
Common Definitions
46958 Tandem Computers Incorporated 4–23
Table 4-10. File-Name Conversion Procedures
Procedure Description
FNAME32COLLAPSE Provides a facility similar to FNAMECOLLAPSE for converting
DNS file names to external form.
FNAME32EXPAND Provides a facility similar to FNAMEEXPAND for converting file
names to DNS internal format.
FNAME32TOFNAME Converts a file name from DNS format to Guardian 90 format, if
possible.
FNAMETOFNAME32 Converts a file name from Guardian 90 format to DNS format, if
possible.
ZDNS-DDL-DNSNAME
is used to specify the name of a DNS object (alias, composite, domain, or group) in
parameters. In response structures, the field contains a DNS object name. It has
the following structure:
def ZDNS-DDL-DNSNAME.
02 Z-C type character(32) spi-
null
" ".
02 Z-s redefines z-c.
03 Z-i type binary 16 occurs 16 times.
02 Z-b redefines z-c pic X occurs 32 times.
end.
Allowed Parameter Values:
The field must contain a valid DNS object name, left-justified and blank-filled. The
name manager applies the SHIFTSTRING procedure (upshift) to the contents of the
field before using the value.
In some contexts, the field may be left null (blank-filled).
Also, some uses of this type of field allow an asterisk (*) in the first character position
with the remainder of the field being blank-filled.
Response Values:
In response structures, this type of field always contains a valid DNS object name, left-
justified and blank-filled.