Save APAR Data (SAVAPARDTA)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Save APAR Data (SAVAPARDTA) command allows the user to save information required for an Authorized Problem Analysis Report (APAR).

Restrictions:

Top

Parameters

Keyword Description Choices Notes
PRBID Problem identifier Character value, *NEW Required, Positional 1
Top

Problem identifier (PRBID)

Specifies the identifier (ID) of the problem for which APAR data is to be saved.

*NEW
An open problem log record is created to track this APAR.
character-value
Specify the ID of the problem for which APAR data is to be saved.
Top

Examples

SAVAPARDTA   PRBID(*NEW)

This command creates an open problem log for which APAR data is saved. The user selects the data to be saved by indicating the choices on a list display. This data is saved in an APAR library.

Top

Error messages

*ESCAPE Messages

CPF2182
Not authorized to library &1.
CPF39FA
Problem &1 &2 &3 not found
CPF39FF
SAVAPARDTA command can not be run
CPF39F2
Cannot allocate library &1
CPF39F4
No more APAR data can be saved for this problem
CPF39F5
Query of problem &1 failed
CPF39F6
Problem record could not be created
CPF39F7
Could not create user space in APAR library
CPF39F8
Problem &1 could not be associated with an APAR library
CPF39F9
Problem &1 &2 &3 in use
Top