Output (when the member contains a procedure)

The following examples indicate what the different commands will generate in displayed output when the started task source JCL is a procedure (SYS1.PROCLIB member named WTOR) as follows:
//ONLYSTEP EXEC PGM=WTOR,PARM='HELLO'
For the example START WTOR where only the membername was specified (neither JOBNAME nor identifier were specified), only the membername appears in the output.
Figure 1. Display Output from D A,WTOR (Membername)
SYS1  D A,WTOR
SYS1  IEE115I 16.33.03 1996.308 ACTIVITY 048
 JOBS     M/S    TS USERS    SYSAS    INITS
00000    00006    00001      00016    00002
 WTOR     WTOR     ONLYSTEP OWT  S   A=0019
For the example START WTOR.IDENTIFY (membername and identifier were specified), the membername and identifier appear in the output.
Figure 2. Display Output for D A,WTOR (Membername and Identifier)
SYS1  D A,WTOR
SYS1  IEE115I 16.34.57 1996.308 ACTIVITY 083
 JOBS     M/S    TS USERS    SYSAS    INITS
00000    00006    00001      00016    00002
 WTOR     IDENTIFY ONLYSTEP OWT  S   A=0019
For the example START WTOR,JOBNAME=WTORNAME (membername and JOBNAME were specified), only the job name appears in the output.
Figure 3. Display Output for D A,WTOR (Membername and JOBNAME)
SYS1  D A,WTORNAME
SYS1  IEE115I 16.36.46 1996.308 ACTIVITY 118
 JOBS     M/S    TS USERS    SYSAS    INITS
00000    00006    00001      00016    00002
 WTORNAME WTORNAME ONLYSTEP OWT  S   A=0019