Display data space information

The holder task allocates and manages a common access data space (CADS). The following command displays the information in this data space:

F MFA,ZSRV:DISPLAY,DSP,{FORMAT|DUMP}

In order to use this command, the holder task must contain a DD statement:

//DSPPRT   DD  SYSOUT=*,LRECL=255

The output for this display command is written to DSPPRT. If necessary, you might need to scroll to the extreme right to see the full output.

Sub parameter DUMP writes the unformatted storage areas from the data space, when using the keyword FORMAT the information is written in human readable form. Below is an example of a user entry:

Userid   JobName  JobId    SYS  Port  L F1 F2 F3 F4 F5 JP  CRP  
-------------------------------------------------------------- 
user1    Vuser1   STCTIMEO syst 01215 M 00 80 80 00 00 00 0006 
user2    Vuser2   STC04711 syst 01216 M 00 60 80 00 00 00 0008 
  
Ip-Addr-Client  Ip/Port Scheduler     Creator  ClientId Asid  
--------------------------------------------------------------- 
nnn.nnn.nnn.nnn nnn.nnn.nnn.nnn  1111 TAURISPF 00000003 004C  
nnn.nnn.nnn.nnn nnn.nnn.nnn.nnn  1111 TAURISPF 00000006 0037  
  
Start-Time     LastCmd LastCmd-Time   Last Timeout   
---------------------------------------------------- 
mm/dd hh:mm:ss Modify  07/22 hh:mm:ss mm/dd hh:mm:ss 
mm/dd hh:mm:ss Modify  07/22 hh:mm:ss mm/dd hh:mm:ss

Column JOBID contains a valid JESx job ID when a user server is running and listening on the port specified in column PORT. The (not valid) JESx job ID of STCTIMEO is set either when a user server had terminated (for instance due to inactivity - timeout) or when a client logged on but did not need to start a user server yet. This is called deferred logon. Once the client requests a service that can only run in a user server, that user server is "restarted" using the indicated port.