CL Command Reference - DSPAPPNINF

CL Command List > DSPAPPNINF Reference

Description:

The Display APPN Information (DSPAPPNINF) command provides the user with Advanced Peer-to-Peer Networking (APPN) network information which is used to assist in problem analysis. The user specifies one basic type of network information being shown, printed, or stored in an output file: information about the network topology, the local directory, or session information.


Examples:

Example 1: Printing a List

DSPAPPNINF INFTYPE(*TOPOLOGY) NODES(*ALL) OUTPUT(*PRINT)

This command prints the list of all nodes currently existing in the APPN network, the set of links destination nodes associated with each node, and the link characteristics for each link.



Example 2: Showing a List of PCIDs

DSPAPPNINF INFTYPE(*SSN) SSNTYPE(*ENDPNT)
JOB(APPNJOB/USERPROF/000001) OUTPUT(*)

This command shows a list of procedure correlation session identifiers (PCIDs) associated with the job name APPNJOB/USERPROF/000001. From this list, the user can specify an option to show additional information about a session.



Example 3: Storing Contents of a Directory

DSPAPPNINF INFTYPE(*LCLNODE) OUTPUT(*OUTFILE)
OUTFILE(USERLIB/APPNFILE) OUTMBR(*FIRST, *REPLACE)

This command stores the contents of the local directory in the first member of an output file named USERLIB/APPNFILE. If information already exists in this member, the new information replaces the existing information.