Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Order Supported Product PTFs (ORDSPTPTF) command orders program temporary fixes (PTFs) for supported products. This is done by comparing the PTFs on the system with the PTFs available from IBM service support, and then ordering the PTFs that are:
The PTF order request created by this command is sent to IBM service support.
This command detects any PTFs on the system that IBM now considers defective. This command also detects PTFs not on the system that IBM considers HIPER (High-Impact Pervasive). In either case, a message indicating PTF number and recommended actions is sent to the service provider message queue.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DELIVERY | Delivery method | *ANY, *LINKONLY | Required, Positional 1 |
LICPGM | Product | Character value, *ALL | Optional, Positional 2 |
Top |
Specifies how PTFs are delivered.
This is a required parameter.
The possible values are:
Top |
Specifies which licensed programs are having PTFs ordered for them.
The possible values are:
Top |
Example 1: Ordering PTFs for All Supported Products
ORDSPTPTF DELIVERY(*ANY)
This command orders PTFs for all supported products. If the order is small enough, the PTFs arrive by way of electronic customer support; otherwise, they arrive by tape.
Example 2: Ordering PTFs for a Licensed Program
ORDSPTPTF DELIVERY(*LINKONLY) LICPGM(5722SS1)
This command orders PTFs for the licensed program named 5722SS1 (i5/OS). The PTFs arrive by way of electronic customer support.
Top |
Top |