Since forever, a stepname of IEFPROC (and a ddname of IEFRDER) have had special meaning within started procedures. Among other things, they allow JCL parameters included on the START command to build a "//IEFPROC.IEFRDER DD" override statement.
Also, the IEFPROC stepname affects the jobname of the address space and the way it is appears in an activity display. (Whether or not you start the task with an identifier also affects the display.) I presume address spaces created internally via ASCRE may well be likewise affected. === > Date: Tue, 19 Aug 2014 21:05:11 +0200 > From: [email protected] > Subject: Different results with ASCRE starting IEESYSAS vs. own proc > To: [email protected] > > I'm running some tests with ASCRE and am getting some difference in the > result I cannot explain. Here is the relevant part of the code: > > > WTO 'ASCRETST starting system AS as IEESYSAS.TSTCWCIS', * > ROUTCDE=(2,11),DESC=7 > MODESET KEY=NZERO,MODE=SUP > ASCRE STPARM=SISPARML,INIT='IEFBR14 ', * > ODA=ODA,ATTR=(PERM) > MODESET KEY=NZERO,MODE=PROB > WTO 'ASCRETST starting system AS as TSTCWC.TSTCWCTS', * > ROUTCDE=(2,11),DESC=7 > MODESET KEY=NZERO,MODE=SUP > ASCRE STPARM=STSPARML,INIT='IEFBR14 ', * > ODA=ODA,ATTR=(PERM) > MODESET KEY=NZERO,MODE=PROB > > > SISPARML DC AL2(SISPARME-SISPARML-2) > SISPROC DC C'IEESYSAS' > DC C'.' > SISSTCNAM DC C'TSTCWCIS' > SISPARAM DC C',PROG=LISTACEE' > SISPARME EQU * > > > STSPARML DC AL2(STSPARME-STSPARML-2) > STSPROC DC C'TSTCWC' > DC C'.' > STSSTCNAM DC C'TSTCWCTS' > STSPARAM DC C',PROG=LISTACEE' > STSPARME EQU * > > > This is IEESYSAS in SYS1PROCLIB: > > //IEESYSAS PROC PROG=IEFBR14 > //IEFPROC EXEC PGM=&PROG > > > And this is TSTCWC in SYS1.PROCLIB > > //TSTCWC PROC PROG=IEFBR14 > //TSTCWCS1 EXEC PGM=&PROG > > > Both address spaces are created as system AS (not jobspace AS). They run just > fine as expected. It is only how they are shown in a "D A,TSTCWC*". I had > expected to see them as TSTCWCIS.TSTCWCIS and TSTCWCTS.TSTCWCTS, resp. > However, only the former, starting IEESYSAS, meets the expectation. The > latter, starting TSTCWC, is shown as TSTCWC.TSTCWCTS. See below for the full > "D A,TSTCWC*" response. > What is special about IEESYSAS? What have I overloked? > > > > > > > > D A,TSTCWC* > IEE115I 20.19.57 2014.231 ACTIVITY 247 > JOBS M/S TS USERS SYSAS INITS ACTIVE/MAX VTAM OAS > 00001 00013 00001 00031 00003 00001/00040 00004 > TSTCWCIS TSTCWCIS IEFPROC OWT * A=002F PER=NO SMC=000 > PGN=N/A DMN=N/A AFF=NONE > CT=000.266S ET=053.839S > WUID=STC03104 USERID=TECZOSCC > WKL=SYSTEM SCL=SYSSTC P=1 > RGP=N/A SRVR=NO QSC=NO > ADDR SPACE ASTE=53E88BC0 > TSTCWC TSTCWCTS TSTCWCS1 OWT * A=0031 PER=NO SMC=000 > PGN=N/A DMN=N/A AFF=NONE > CT=000.392S ET=043.676S > WUID=STC03106 USERID=TECZOSCC > WKL=SYSTEM SCL=SYSSTC P=1 > RGP=N/A SRVR=NO QSC=NO > ADDR SPACE ASTE=53E88C40 > > > -- > Peter Hunkeler > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
