Previous Topic: Data Returned from the APINext Topic: Return Codes from Each API Call


Sample Display of Returned Data

The following example shows the data returned after issuing the command ADDRESS 'SYSVIEWE' 'C(ACTIVITY)':

M T|SYSVIEW | |C2 |ACTIVITY|03/05/08|06:40:06 I CPU 38% LCPU 36% Paging 5 SIO 138 H|Cmd|Jobname |Stepname|Procstep|Type|Jobnr |Cl|STATUS |CPU-Time |Limit D| |GLNREP |GLNREP |GLNREP |STC |12988 |$ |OUT LW | 0.49 |86400 D| |*MASTER*| | |SYS |12770 |$ |NS | 41.89 |86400 D| |PCAUTH |PCAUTH | |SYS | | |NS | 0.03 | D| |RASP |RASP | |SYS | | |NS | 0.01 | D| |TRACE |TRACE | |SYS | | |NS | 0.01 | D| |XCFAS |XCFAS |IEFPROC |SYS | | |NS | 177.98 |86400 D| |GRS |GRS | |SYS | | |NS | 7.07 | D| |SMXC |SMXC | |SYS | | |NS | 0.00 | D| |SYSBMAS |SYSBMAS | |SYS | | |NS | 0.00 | D| |DUMPSRV |DUMPSRV |DUMPSRV |SYS | | |NS | 7.06 |86400 D| |CONSOLE |CONSOLE | |SYS | | |NS | 55.94 | D| |ALLOCAS |ALLOCAS | |SYS | | |NS | 0.01 | D| |SMF |SMF |IEFPROC |SYS | | |NS | 1.02 |86400 D| |LLA |LLA |LLA |STC | | |NS | 4.17 |86400 D| |VLF |VLF |VLF |STC | | |NS | 5.96 |86400 D| |INIT |INIT |IEFPROC |INIT|12934 |$ |OUT DW | 0.03 |

The data would extend to the right for the full length of the display. The number of lines returned can be determined by using the REXX QUEUED() function.

Assume that the last call returned the previous data. The following call would simulate entering the S line command in the Cmd field next to the job GLNREP:

ADDRESS 'SYSVIEWE' 'INPUT(CMD,S)'

The output for job GLNREP would then be returned.