Re: Submitting job using ReXX

2006-05-01 Thread Wade Curry
Tim Hare([EMAIL PROTECTED])@Sun, Apr 30, 2006 at 08:30:52AM -0400: //S2C9011 JOB (S2C9,XX,TI),'', // MSGCLASS=T, // NOTIFY=SYSUID, //*TYPRUN=SCAN, // CLASS=X //* //PROCLIB JCLLIB ORDER=(PROD.PROC.LIB,PROD.PROC.LIB) //*

Re: Submitting job using ReXX

2006-05-01 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Wade Curry Rashmi Nijaguni [EMAIL PROTECTED], Apr 26, 2006 at 03:39:07PM +0530: The job looks something like this: //S2C9011 JOB (S2C9,XX,TI),'', // MSGCLASS=T,

Re: Submitting job using ReXX

2006-04-30 Thread Tim Hare
//S2C9011 JOB (S2C9,XX,TI),'', // MSGCLASS=T, // NOTIFY=SYSUID, //*TYPRUN=SCAN, // CLASS=X //* //PROCLIB JCLLIB ORDER=(PROD.PROC.LIB,PROD.PROC.LIB) //* //JOBLIB DD DSN=POITS.BATPROD.LOAD,DISP=SHR // DD

Re: Submitting job using ReXX

2006-04-30 Thread Chris Mason
: Submitting job using ReXX //S2C9011 JOB (S2C9,XX,TI),'', // MSGCLASS=T, // NOTIFY=SYSUID, //*TYPRUN=SCAN, // CLASS=X //* //PROCLIB JCLLIB ORDER=(PROD.PROC.LIB,PROD.PROC.LIB) //* //JOBLIB DD DSN=POITS.BATPROD.LOAD,DISP=SHR

Submitting job using ReXX

2006-04-30 Thread Rick Fochtman
Make certain that the operands in the second and subsequent lines of the JOB statement start IN OR BEFORE column 16. If theyn start after column 16, they are treated as comments. That's also why the NOTIFY fails, as well. The job looks something like this: //S2C9011 JOB (S2C9,XX,TI),'', //

Re: Submitting job using ReXX

2006-04-30 Thread Smith, Sean M
] On Behalf Of Beesley, Paul Sent: Wednesday, April 26, 2006 3:23 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Submitting job using ReXX The file tailoring ( FTINCL ) is failing so the job is only partially submitted. FT doesn't like special characters like and , so either remove your comments or I think

Re: Submitting job using ReXX

2006-04-28 Thread Wade Curry
Rashmi Nijaguni Mogali([EMAIL PROTECTED])@Wed, Apr 26, 2006 at 03:39:07PM +0530: The job looks something like this: //S2C9011 JOB (S2C9,XX,TI),'', // MSGCLASS=T, // NOTIFY=SYSUID, //*

Submitting job using ReXX

2006-04-26 Thread Rashmi Nijaguni Mogali
Hi all, This is the first time I am coding in ReXX. I need to submit a job using my Rexx program. The job looks something like this: //S2C9011 JOB (S2C9,XX,TI),'', // MSGCLASS=T, // NOTIFY=SYSUID,

Re: Submitting job using ReXX

2006-04-26 Thread Beesley, Paul
Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Rashmi Nijaguni Mogali Sent: 26 April 2006 11:09 To: IBM-MAIN@BAMA.UA.EDU Subject: Submitting job using ReXX Hi all, This is the first time I am coding in ReXX. I need to submit a job using my Rexx program. The job looks something like

Re: Submitting job using ReXX

2006-04-26 Thread Terry Sambrooks
Hi Rashmi, In response to your query: I need to submit a job using my Rexx program. The job looks something like this: //S2C9011 JOB (S2C9,XX,TI),'', // MSGCLASS=T, // NOTIFY=SYSUID, //*

Re: Submitting job using ReXX

2006-04-26 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 04/26/2006 at 03:39 PM, Rashmi Nijaguni Mogali [EMAIL PROTECTED] said: This is the first time I am coding in ReXX. It's not a REXX issue. The job is getting submitted but the procedure is not getting executed. Read the description of file tailoring skeletons in the