Output (when the member contains a job)

The following examples indicate how the different displayed output appears for a started task (SYS1.STCJOBS member named SYM1) with source JCL of a JOB, given three different START commands. The source JCL of SYM1:
//SYMTEST  JOB  'accounting_info',MSGLEVEL=(1,1)
//STEP1    EXEC PGM=WTOR,PARM='HELLO',TIME=1
For the example START SYM1, where only the membername is specified (neither JOBNAME nor identifier was specified), only the job name (provided in the member ) appears in the output.
Figure 1. Display Output from D A,SYM1
SYS1  D A,SYMTEST
SYS1  IEE115I 16.20.14 1996.308 ACTIVITY 811
 JOBS     M/S    TS USERS    SYSAS    INITS
00000    00006    00001      00016    00002
 SYMTEST  SYMTEST  STEP1    OWT  S   A=0019
For the example START SYM1.IDENTIFY (membername and identifier were specified), both the job name (in the member) and the identifier (specified in the command) appear in the output.
Figure 2. Display Output from D A,SYMTEST
SYS1  D A,SYMTEST
SYS1  IEE115I 16.22.24 1996.308 ACTIVITY 832
 JOBS     M/S    TS USERS    SYSAS    INITS
00000    00006    00001      00016    00002
 SYMTEST  IDENTIFY STEP1    OWT  S   A=001A
For the example START SYM1,JOBNAME=SYMBOLS (membername and JOBNAME were specified), only the job name specified in the command appears in the output.
Figure 3. Display Output from D A,SYMBOLS
SYS1  D A,SYMBOLS
SYS1  IEE115I 16.23.41 1996.308 ACTIVITY 856
 JOBS     M/S    TS USERS    SYSAS    INITS
00000    00006    00001      00016    00002
 SYMBOLS  SYMBOLS  STEP1    OWT  S   A=001A