Re: Overriding PARM from the START JOB command

2009-06-30 Thread Barkow, Eileen
Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Paul Gilmartin Sent: Monday, June 29, 2009 6:51 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Overriding PARM from the START JOB command On Mon, 29 Jun 2009 21:26:51 +, Ted MacNEIL wrote: the program reads the job stream and substitutes parms

Overriding PARM from the START JOB command

2009-06-29 Thread Henrique Seganfredo
Hello, I was looking for a way of dynamically changing EXEC PARM contents when starting a new job. A friend of mine, after scanning some SYSLOGS, found this interesting piece: START JOB,NAME=MYJOB,P='''PARM=XYZ''' I did not find anything related in the MVS System Commands manual, which lists

Re: Overriding PARM from the START JOB command

2009-06-29 Thread Schwarz, Barry A
, June 29, 2009 1:33 PM To: IBM-MAIN@bama.ua.edu Subject: Overriding PARM from the START JOB command Hello, I was looking for a way of dynamically changing EXEC PARM contents when starting a new job. A friend of mine, after scanning some SYSLOGS, found this interesting piece: START JOB,NAME=MYJOB,P

Re: Overriding PARM from the START JOB command

2009-06-29 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Henrique Seganfredo Sent: Monday, June 29, 2009 3:33 PM To: IBM-MAIN@bama.ua.edu Subject: Overriding PARM from the START JOB command Hello, I was looking for a way of dynamically

Re: Overriding PARM from the START JOB command

2009-06-29 Thread Ted MacNEIL
So, whats is this 'P' keyword? Is it undocumented? //PROC PROC,P= //STÉP PGM=pgm,PARM='P.' At the console: S PROC,P=keyword - Too busy driving to stop for gas! -- For IBM-MAIN subscribe / signoff / archive access

Re: Overriding PARM from the START JOB command

2009-06-29 Thread Barkow, Eileen
. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Henrique Seganfredo Sent: Monday, June 29, 2009 4:33 PM To: IBM-MAIN@bama.ua.edu Subject: Overriding PARM from the START JOB command Hello, I was looking for a way of dynamically changing EXEC

Re: Overriding PARM from the START JOB command

2009-06-29 Thread Ted MacNEIL
the program reads the job stream and substitutes parms flagged by % signs with user supplied values. At the risk of being obtuse, why roll your own, when the JES2/3 interpreters can already do this with ''? - Too busy driving to stop for gas!

Re: Overriding PARM from the START JOB command

2009-06-29 Thread Paul Gilmartin
On Mon, 29 Jun 2009 21:26:51 +, Ted MacNEIL wrote: the program reads the job stream and substitutes parms flagged by % signs with user supplied values. At the risk of being obtuse, why roll your own, when the JES2/3 interpreters can already do this with ''? Does JOB (the program),