Re: No z/OS UNIX Support in System REXX?

2007-12-07 Thread Edward Jaffe
Edward Jaffe wrote: IEF196I IGD103I SMS ALLOCATED TO DDNAME SYS00110 ICH408I JOB(AXR04 ) STEP(AXR04 ) CL(PROCESS ) OMVS SEGMENT NOT DEFINED Anyone got this to work? Just heard back from IBM on this. Although stated in reverse, they have essentially confirmed the restriction Patrick

Re: No z/OS UNIX Support in System REXX?

2007-12-06 Thread Patrick O'Keefe
On Tue, 4 Dec 2007 16:12:13 -0800, Edward Jaffe [EMAIL PROTECTED] wrote: IEF196I IGD103I SMS ALLOCATED TO DDNAME SYS00110 ICH408I JOB(AXR04 ) STEP(AXR04 ) CL(PROCESS ) OMVS SEGMENT NOT DEFINED Anyone got this to work? ... From z/OS 1.9 MVS Programming: Authorized Assembler Services Guide

Re: No z/OS UNIX Support in System REXX?

2007-12-06 Thread Edward Jaffe
Patrick O'Keefe wrote: From z/OS 1.9 MVS Programming: Authorized Assembler Services Guide Chapter 31. System REXX Neither the TSO=YES or TSO=NO environments support UNIX System Services host commands. That doesn't exactly explain why the lack of support should result in that RACF error, but

Re: No z/OS UNIX Support in System REXX?

2007-12-06 Thread Walt Farrell
On Thu, 6 Dec 2007 11:18:28 -0800, Edward Jaffe [EMAIL PROTECTED] wrote: Thanks, Patrick! I looked all over the place for that official statement! I've had a PMR opened with IBM since yesterday and even they haven't even been able to tell me this yet! It appears that System REXX does not

Re: No z/OS UNIX Support in System REXX?

2007-12-05 Thread Patrick O'Keefe
On Wed, 5 Dec 2007 08:23:58 -0600, Chase, John [EMAIL PROTECTED] wrote: ... ICH408I JOB(AXR04 ) STEP(AXR04 ) CL(PROCESS ) OMVS SEGMENT NOT DEFINED Anyone got this to work? Looks like your job (started task?) needs a userID with an OMVS segment. ... I could be way off base, but I

Re: No z/OS UNIX Support in System REXX?

2007-12-05 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Edward Jaffe IEF196I IGD103I SMS ALLOCATED TO DDNAME SYS00110 ICH408I JOB(AXR04 ) STEP(AXR04 ) CL(PROCESS ) OMVS SEGMENT NOT DEFINED Anyone got this to work? Looks like your job (started task?) needs a

Re: No z/OS UNIX Support in System REXX?

2007-12-05 Thread Magen Margalit
Hi, The user running the job has no OMVS segment you need the REACF guys to definen such a segment. (Make sure that the job/stc have an associated user (class started?!?) ) Magen -- For IBM-MAIN subscribe / signoff / archive

No z/OS UNIX Support in System REXX?

2007-12-04 Thread Edward Jaffe
IEF196I IGD103I SMS ALLOCATED TO DDNAME SYS00110 ICH408I JOB(AXR04 ) STEP(AXR04 ) CL(PROCESS ) OMVS SEGMENT NOT DEFINED Anyone got this to work? -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 [EMAIL PROTECTED]

Re: No z/OS UNIX Support in System REXX?

2007-12-04 Thread Bruce Hewson
Hi Ed, Your address space AXR04 does not have a RACF identitywhich is why the ICH408I is reporting JOB and STEP and not USER and GROUP. Either use a STARTED class entry to assign a User/Group with OMVS segment, or, somehow, get the Default OMVS UID and GID set up. But I am not sure that

Re: No z/OS UNIX Support in System REXX?

2007-12-04 Thread R.S.
Edward Jaffe wrote: IEF196I IGD103I SMS ALLOCATED TO DDNAME SYS00110 ICH408I JOB(AXR04 ) STEP(AXR04 ) CL(PROCESS ) OMVS SEGMENT NOT DEFINED As I know RACF, the message above tell you two things: 1. The job has no RACF user assigned. Otherwise instead of JOB/STEP you would see USER/GROUP.