Display ASP Session (DSPASPSSN)
Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Auxiliary Storage Pool Session (DSPASPSSN) command displays an auxiliary storage pool (ASP) session.
Restrictions:
- You must have input/output system configuration (*IOSYSCFG) special authority to use this command.
- You must have use (*USE) authority to the ASP device descriptions of the session for which an entry is being displayed.
Top |
Parameters
Keyword | Description | Choices | Notes |
---|---|---|---|
SSN | Session | Name | Required, Positional 1 |
DEVDMN | Device domain | Name, * | Optional |
OUTPUT | Output | Optional |
Top |
Session (SSN)
Specifies the name of the ASP session to be displayed.
This is a required parameter.
- name
- Specify the name of an ASP session.
Top |
Device domain (DEVDMN)
Specifies the name of the device domain.
- *
- The device domain that the current node is in.
- name
- Specify the name of the device domain.
Top |
Output (OUTPUT)
Specifies whether the output from the command is shown at the requesting workstation or printed with the job's spooled output.
- *
- Output requested by an interactive job is shown on the display. Output requested by a batch job is printed with the job's spooled output.
- The output is printed with the job's spooled output.
Top |
Examples for DSPASPSSN
Example 1: Displaying an ASP Session in the Current Device Domain
DSPASPSSN SSN(ORDERSSN)
This command displays the ASP session named ORDERSSN in the current device domain.
Example 2: Displaying an ASP Session in a Named Device Domain
DSPASPSSN SSN(ORDERSSN) DEVDMN(MYDOMAIN)
This is similar to Example 1, but the session is displayed in the device domain named MYDOMAIN.
Example 3: Printing an ASP Session
DSPASPSSN SSN(ORDERSSN) OUTPUT(*PRINT)
This command prints the ASP session named ORDERSSN to the job's spooled output.
Top |
Error messages for DSPASPSSN
*ESCAPE Messages
- CPF9801
- Object &2 in library &3 not found.
- CPF9802
- Not authorized to object &2 in &3.
- CPF9899
- Error occurred during processing of command.
- HAE002B
- &1 command failed.
Top |