You use specification files to create, modify, and describe the HPL objects. When you enter the onpladm command to describe an HPL object, the contents of the specification file appear.
When you create a job or map with a quick command, the onpladm utility uses default attributes to create the job or map. If you create a job or map with a specification file, you can specify attribute values.
The following diagram illustrates the syntax to create or modify an object using a specification file.
Creating or Modifying an Object with a Specification File >>-onpladm--+-create-+--object--+-------------------+-----------> '-modify-' '- -F--specfilename-' >--+-----------------+----------------------------------------->< '- -S--servername-'
Use the following conventions when you create specification files:
For example, you might use the following specification file to create a device array that consists of a file and a pipe:
BEGIN OBJECT DEVICEARRAY mydevice # Optional Attributes BEGIN SEQUENCE TYPE FILE FILE /work/data.unl TAPEBLOCKSIZE 0 TAPEDEVICESIZE 0 PIPECOMMAND END SEQUENCE BEGIN SEQUENCE TYPE PIPE FILE TAPEBLOCKSIZE 0 TAPEDEVICESIZE 0 PIPECOMMAND /work/bin/datacreate.sh END SEQUENCE END OBJECT
For more information about attributes and their possible values, refer to the description of each kind of specification file.
Attribute_name Attribute_value
You must always provide an attribute name. You must provide both the attribute name and the attribute value to describe a required attribute, but you only have to provide the attribute name if the attribute is optional.
Attributes and their values depend on their object type. For more information on attributes and object types, see the corresponding specification files.
For example, to enter a MATCH condition for "CA" in a filter object, include the following line:
MATCH =""CA""
For more information on file conventions, see individual specification-file formats.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]