HP System Dictionary/XL General Reference Manual Vol 2 - Part 1 SDINIT (32256-90005)

7- 44
Dictionary/V ALIAS field, SDCONV must choose the most appropriate System Dictionary alias field for the
particular relationship. For example, if you are converting an entry from the FILE-ELEMENT detail set
(relationship) with the file type = MAST, then the obvious System Dictionary destination alias is the
image-alias, since the file in question is an TurboIMAGE/V file. However, for some others, the destination
is not so clear. Hence, SDCONV provides the ALIAS parameter with which you can specify which System
Dictionary alias will be the destination of the Dictionary/V ALIAS field with unclear destination. Check
the description of detail set conversion to see whether a particular ALIAS field in Dictionary/V has a fixed
alias destination.
The format of the parameter is
ALIAS = COBOL, IMAGE, PASCAL, STANDARD, VPLUS or HPSQL
The table below shows what each parameter value stands for.
The default for this parameter is STANDARD.
SENSITIVITY Parameter
This parameter specifies the sensitivity attribute with which each System Dictionary definition is created.
You can assign READ, MODIFY, or PRIVATE to the sensitivity parameter in the following fashion:
SENSITIVITY = READ or MODIFY or PRIVATE
If you issue LOAD with PRIVATE SENSITIVITY and SCOPE-OWNER = RESPONSIBLE or IDENTITY-
CREATE, SDCONV will issue an error message and does not proceed with the loading process, because
such a combination may cause problems while creating relationships. For example, If entity E1 created by
scope S1 , entity E2 by scope S2 , then, S2 needs at least the READ sensitivity to establish a relationship
between E1 and E2 . Hence, the PRIVATE sensitivity will be considered invalid altogether if SCOPE-
OWNER is not LOGON. The default for this parameter is READ.
PACK-DESCRIPTION Parameter
This parameter specifies how the DESCRIPTION text which is r eturned from Dictionary/V will be
converted to System Dictionary. This parameter has the following form:
PACK DESCRIPTION = ON or OFF
If ON is specified, extra trailing blanks will be removed from each line of text, and, to save storage space,
line boundaries will be ignored. If OFF is specified, text will be converted line by line as it is stored in the
dictionary. Although it requires more storage space than ON, OFF is useful for maintaining column or
outline format when converting text. The default for this parameter is OFF.
parm value destination alias
COBOL cobol-alias
IMAGE image-alias
PASCAL pascal-alias
STANDARD standard-alias
VPLUS vplus-alias
HPSQL hpsql-alias