Previous Topic: 7.3.4.3 DEFAULT Statement

Next Topic: 8. INSTALLATION

7.3.4.4 Data Element Assignment Statements


Data Element Assignment statements are used to assign a
customer defined value to a Data Element defined in the
HARPHY file for a given Physical CPC, Physical Device, or
Logical Device Group.

Data Element Assignment statements follow:

  -  the CPC, DEV, or LDV Key ID statement representing the
     Physical CPC, Physical Device, or Logical Device Group
     they apply to, or,

  -  a DEFAULT statement

in the RMFPHYDE prefix.MICS.PARMS member.


Data Element Assignment statements have the following format:

dataelem = value

  dataelem       = the name of the data element - must be
                   defined in RMFGENIN for file HARPHY

  value          = the value to be assigned to the data
                   element - for numeric data elements,
                   value must be a valid SAS numeric value.


Sample Data Element Assignment statements:

PHYKWHUS = 100  PHYKWHRT = .12

              or

PHYKWHUS = 100
PHYKWHRT = .12