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 M
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 http
toward since it will cancel jobs 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 (JOBnn
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.
>>
>> The
>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) wou
5 matches
Mail list logo