A new element is created in the depot under the name optpacketname
. An existing element is overwritten.
Format
CREATE-OPT-PACKET |
NAME = 'optpacketname' ,INPUT = *SYSDTA / filename [,ERROR = ON(<integer 0..31>) / OFF(<integer 0..31>)] |
Operands
NAME = 'optpacketname'
Name of the optional REP selection packet to be created. The name can be up to 22 characters long.
INPUT = *SYSDTA / filename
The following ADD statements are read from SYSDTA or are in the specified file. “filename” can be a fully-qualified name.
The *SYSDTA input or the input file has the following format:
ADD = subno / (subno, ...) [,productfamily] ... ADD = subno / (subno, ...) [,productfamily] END
“productfamily
” is the product name without a version number.
ERROR = ON(<integer 0..31>) / OFF(<integer 0..31>)
In the event of an error, the specified job switch is set (ON) or reset (OFF).