Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Service Provider Attributes (CHGSRVPVDA) command displays and changes the configuration attributes of the service provider.
Restriction: This command is shipped with public *EXCLUDE authority and the QSRV and QSRVBAS user profile have private authority to use the command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LOGRMTPRB | Log remote problems | *SAME, *NONE, *SRVRQS, *ALERT, *ALL | Optional |
SNDPTFAUTO | Send PTFs automatically | *SAME, *NO, *YES | Optional |
MSGQ | Message queue | Single values: *SAME Other values: Qualified object name |
Optional |
Qualifier 1: Message queue | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
MAXDST | Maximum distribution | 1-5000, *SAME, *NOMAX | Optional |
HLDPTF | Hold PTFs received | *SAME, *NO, *YES | Optional |
CVRLTRLNG | Cover letter language | Character value, *SAME | Optional |
FWDRQSAUTO | Forward requests automatically | *SAME, *NO, *YES | Optional |
Top |
Specifies when remote problem log entries are created.
The possible values are:
Top |
Specifies that program temporary fixes (PTFs) are sent automatically in response to a PTF order or service request.
The possible values are:
Top |
Specifies the name of the message queue to which messages are sent.
The possible value is:
The name of the message queue can be qualified by one of the following library values:
The possible value message queue name is:
Top |
Specifies the maximum number of kilobytes (KB) that can be used for each Program Temporary Fix (PTF) order or service request that receives a response. You can specify a maximum of 5000 KB.
The possible values are:
Top |
Specifies that PTFs that are received are marked as held or are available for distribution.
The possible values are:
Top |
Specifies the cover letter language to be used.
The possible value is:
Top |
Specifies whether requests should be automatically forwarded to the next service provider.
The possible values are:
Top |
Example 1: Creating Remote Log Entries
CHGSRVPVDA LOGRMTPRB(*ALERT)
This command creates remote problem log entries when alerts are received.
Example 2: Directing Messages to Another Queue
CHGSRVPVDA MSGQ(USERLIB/MSGQ)
This command directs all messages created on the service provider, as a result of receiving alert messages or service requests, to the message queue named MSGQ in the library named USERLIB.
Example 3: Holding PTFs
CHGSRVPVDA HLDPTF(*YES)
This command specifies that all PTFs received through electronic customer support or from distribution media are to be held. They are not available for distribution. You can specify the RLSPTF command to release a PTF for distribution.
Example 4: Specifying Maximum Size for Distribution
CHGSRVPVDA MAXDST(1000)
This command specifies that PTFs can have a maximum size of only 1000 bytes for distribution through electronic customer support.
Top |
None
Top |