Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Nasuh KARAHALLI
Hello dear listers, Once I installed z/OS 1.7 I discovered something that seems to be running improperly. /* REXX */ TRACE R DSN = '''IBMUSER.JCLLIB''' C = LISTDSI(DSN)

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Mark Jacobs
On Thursday 12 April 2007 10:29, Nasuh KARAHALLI wrote: > Hello dear listers, > > Once I installed z/OS 1.7 I discovered something that seems to be running > improperly. > > /* REXX */ > TRACE R > DSN = '''IBMUSER.JCLLIB''' > C = LISTDSI(DSN) > SAY C > SAY SYSREASON > SAY 'THE DATASET ' DSN ' IS CR

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Nasuh KARAHALLI > Sent: Thursday, April 12, 2007 9:29 AM > To: [EMAIL PROTECTED] > Subject: Rexx LISTDSI problem on z/OS 1.7 > > > Hello dear listers, >

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Steve Comstock
Nasuh KARAHALLI wrote: Hello dear listers, Once I installed z/OS 1.7 I discovered something that seems to be running improperly. /* REXX */ TRACE R DSN = '''IBMUSER.JCLLIB''' C = L

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Nasuh KARAHALLI
>>Mark Jacobs wrote: >>I just copied and executed your rexx exec and it worked correctly without >>any problems. -- Hi Mark, the interesting point is that, 2 months ago I upgraded our XRC SDM and K systems from z/OS 1.5 to z/OS 1.7 in the same way but it works fine over there. On OMVS Uni

RES: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread ITURIEL DO NASCIMENTO NETO
Hi, Do you have any STEPLIB in your logon procedure ? Atenciosamente / Regards / Saludos Ituriel do Nascimento Neto Banco Bradesco S/A 4254/DPCD Alphaville Engenharia de Software - Sistemas Operacionais Mainframes Tel: 55 11 4197-2021 Fax: 55 11 4197-2814 AVISO LEGAL Esta mensagem é

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Nasuh KARAHALLI
>John McKown wrote : >I don't have z/OS 1.7 to test. However, the main "eep" point for me is the >fact that the PSW is point to location zero. This usually means that some >subroutine has not been linked in properly. R15 is pointing to this location. >If >I were you, I'd look at what is at the

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Nasuh KARAHALLI
> Steve Comstock wrote : > Where you running the exec under the shell? >snip : Steve, the rexx code resides in a PDS dataset and I just type ex command in the front of this rexx member, I try to execute it in my TSO ISPF session Best regards. Nasuh Karahalli ---

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread McKown, John
> -Original Message- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Nasuh KARAHALLI > Sent: Thursday, April 12, 2007 10:08 AM > To: [EMAIL PROTECTED] > Subject: Re: Rexx LISTDSI problem on z/OS 1.7 > John, last week I happened to

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Steve Comstock
Nasuh KARAHALLI wrote: Hello dear listers, Once I installed z/OS 1.7 I discovered something that seems to be running improperly. /* REXX */ TRACE R DSN = '''IBMUSER.JCLLIB''' C = L

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Gary Green
AIL PROTECTED]> mailto:[EMAIL PROTECTED] On Behalf Of Steve Comstock Sent: Thursday, April 12, 2007 11:31 AM To: [EMAIL PROTECTED] Subject: Re: Rexx LISTDSI problem on z/OS 1.7 Nasuh KARAHALLI wrote: > Hello dear listers, > > Once I installed z/OS 1.7 I discovered something that seems t

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Mark Jacobs
>Hi Mark, the interesting point is that, 2 months ago I upgraded our XRC SDM >and K systems from z/OS 1.5 to z/OS 1.7 in the same way but it works fine >over there. On OMVS Unix Shell when you issue OEDIT command does it >also runs properly ? >Thanks. >Nasuh Karahalli I just tried an OEDIT

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Ed Finnell
In a message dated 4/12/2007 11:10:12 A.M. Central Daylight Time, [EMAIL PROTECTED] writes: I just tried an OEDIT x command and the ISPF editor started right up >> Well maybe a corrupted DSN in LOGON PROC? Guess a simple test would be to run //JOBCARD...

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Schiradin,Roland HG-Dir itb-db/dc
frame Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Nasuh KARAHALLI Sent: Thursday, April 12, 2007 5:08 PM To: [EMAIL PROTECTED] Subject: Re: Rexx LISTDSI problem on z/OS 1.7 >John McKown wrote : >I don't have z/OS 1.7 to test. However, the main "eep" point for me is >th

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Rick Fochtman
- John, last week I happened to apply some CICS PTFs, after that during IPL time below messages launched to appear in syslog : IEA093I MODULE IEANUC01 CONTAINS UNRESOLVED WEAK EXTERNAL REFERENCE IFFIOM -

Re: Rexx LISTDSI problem on z/OS 1.7

2007-04-17 Thread Schwarz, Barry A
2007 4:09 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Re: Rexx LISTDSI problem on z/OS 1.7 ** SOLVED ** Good news, focused on the datasets in our logon procedure and clists and been tracking every dataset one by one. In logon clist ISPPDF delivered in CPAC.CMRPROC there exists a tso related load module data

Re: RES: Rexx LISTDSI problem on z/OS 1.7

2007-04-12 Thread Nasuh KARAHALLI
> Ituriel do Nascimento Neto wrote : > Do you have any STEPLIB in your logon procedure ? >snip Unfortunately NO, I use default custompac logon procedure IKJACCNT with no STEPLIB.. Regards. Nasuh Karahalli -- For IBM-MAIN su

Re: Rexx LISTDSI problem on z/OS 1.7 ** SOLVED **

2007-04-13 Thread Nasuh KARAHALLI
Good news, focused on the datasets in our logon procedure and clists and been tracking every dataset one by one. In logon clist ISPPDF delivered in CPAC.CMRPROC there exists a tso related load module dataset called SYS1.AOST4 in ISPLLIB section, once I removed this dataset logged off and logged

Re: Rexx LISTDSI problem on z/OS 1.7 ** SOLVED **

2007-04-13 Thread Dennis Trojak
, April 13, 2007 6:09 AM To: [EMAIL PROTECTED] Subject: Re: Rexx LISTDSI problem on z/OS 1.7 ** SOLVED ** Good news, focused on the datasets in our logon procedure and clists and been tracking every dataset one by one. In logon clist ISPPDF delivered in CPAC.CMRPROC there exists a tso related load

Re: Rexx LISTDSI problem on z/OS 1.7 ** SOLVED **

2007-04-25 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 04/13/2007 at 06:09 AM, Nasuh KARAHALLI <[EMAIL PROTECTED]> said: >Good news, focused on the datasets in our logon procedure and clists >and been tracking every dataset one by one. In logon clist ISPPDF >delivered in CPAC.CMRPROC there exists a tso related load modu

Re: Rexx LISTDSI problem on z/OS 1.7 ** SOLVED **

2007-04-25 Thread Chase, John
> -Original Message- > From: IBM Mainframe Discussion List On Behalf Of Shmuel Metz (Seymour J.) > > [ snip ] > > Take it out, take it out, take it out, remove it! ... Ooh, another Oscar Brand fan! :-) -jc- -- For