In the depot, a new element modpacketname
is created. An existing element is overwritten.
Format
CREATE-MOD-PACKET |
NAME = 'modpacketname' ,INPUT = *SYSDTA / filename [,ERROR = ON(<integer 0..31>) / OFF(<integer 0..31>)] |
Operands
NAME = 'modpacketname'
Name of the loader element to be created. The name can be up to 22 characters long.
INPUT = *SYSDTA / filename
The following ADD/DEL 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 / DEL = subno[-jd],productversion,TEXT='reason' ... ADD / DEL = subno[jd],productversion,TEXT='reason' END
For ADD, the date -jd must be entered.
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).