Subject: SV: REXX IEBCOPY Continuation?

2012-02-15 Thread Mark Jones
Hi I havent had a problem with this /* REXX */ FREE F(INDD1) FREE F(OUTDD1) FREE F(SYSIN) ALLOC FI(INDD1) DSN('x..aaa') SHR ALLOC FI(OUTDD1) DSN('x..bbb') SHR ALLOC FI(SYSIN) DSN('x..ccc') SHR NEWSTACK V1 = C I=((INDD1,R)),O=OUTDD1 V2 = SELECT

Auto Reply: IBM-MAIN Digest - 21 Jul 2010 to 22 Jul 2010 (#2010-203)

2010-07-22 Thread Mark Jones
I'm on vacation, I'll be back Monday the 2nd of August. - Mark -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at

Re: How to cancel with just the JES jobid?

2008-05-14 Thread Mark Jones
stuck awaiting execution, where an OS cancel can only cancel a job that's running. On Fri, 9 May 2008 14:34:39 -0500, Mark Jones [EMAIL PROTECTED] wrote: From an authorized assembler program, I've got just a JES jobid (JOBn) and need to cancel it. This needs to work with both JES2 and JES3

How to cancel with just the JES jobid?

2008-05-09 Thread Mark Jones
From an authorized assembler program, I've got just a JES jobid (JOBn) and need to cancel it. This needs to work with both JES2 and JES3. There are two possible ways to do this, z/OS cancel or JES cancel. Build a command and issue SVC 34. z/OS Cancel A z/OS cancel (C jobname,A=asid)

Re: How to cancel with just the JES jobid?

2008-05-09 Thread Mark Jones
On Fri, 9 May 2008 13:06:08 -0700, Edward Jaffe [EMAIL PROTECTED] wrote: Mark Jones wrote: From an authorized assembler program, I've got just a JES jobid (JOBn) and need to cancel it. This needs to work with both JES2 and JES3. There are two possible ways to do this, z/OS cancel