IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

ISRSUPC not returning anything.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ap_mainframes

Active User


Joined: 29 Dec 2005
Posts: 181
Location: Canada

PostPosted: Thu Mar 23, 2006 7:29 pm
Reply with quote

Hi,
I have the following peice of code, but some how ISRSUPC is just not returning any thing.
The screen goes blank and then I have to connect it again.
Can anybody help me on this??
Thanks


IF SYSDSN("'"REG.J"'") = 'OK' THEN DO
ADDRESS TSO
"ALLOC DD(NEWDD) SHR REUS DA('"REG.J"')"
"ALLOC DD(OLDDD) SHR REUS DA('"DSN"')"
"ALLOC DD(OUTDD) DA(COMP.LIST) SP(10,10) TR NEW RELEASE REU",
"LRECL(133) BLKSIZE(13566) RECFM(F,B,A) ",
"MGMTCLAS(MCDCOMM)"
LISTPARM = 'DELTAL,LINECMP'
"CALL 'SYS1.SISPLPA(ISRSUPC)','DELTAL,LINECMP'"
"FREE DD(OLDDD) "
"FREE DD(NEWDD) "
"FREE DD(OUTDD) "
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Mar 23, 2006 7:43 pm
Reply with quote

First, what does the TRACE output show?

Second, You probably need SYSIN allocated as DD DUMMY, or, if the two datasets are PDS's, then SYSIN would contain the member selection criteria.

Third, wouldn't the call specified as:

"CALL *(ISRSUPC) 'DELTAL,LINECMP'"

work better?
Back to top
View user's profile Send private message
ap_mainframes

Active User


Joined: 29 Dec 2005
Posts: 181
Location: Canada

PostPosted: Thu Mar 23, 2006 8:00 pm
Reply with quote

Hey superk,
Yes I am trying to compare the two members in PDS.
But do we need to give SYSIN in SUPERC??
Can you please let me know why and how do we give that, as, if we open the ISPF SUPERC in batch mode the JCL shown there doesnt have SYSIN.

In case we still need to give it. Can you please let me know how do we do that?
Thanks for all the information you can provide.
ap_mainframes
Back to top
View user's profile Send private message
ap_mainframes

Active User


Joined: 29 Dec 2005
Posts: 181
Location: Canada

PostPosted: Fri Mar 24, 2006 12:07 pm
Reply with quote

Group,

This issue is still unsolved.
Can anybody help?/
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Need example for CALL 'ISRSUPC' in COBOL COBOL Programming 2
This topic is locked: you cannot edit posts or make replies. ISREDIT Macro is not returning back t... CLIST & REXX 21
No new posts READQ TS returning inconsistent addre... CICS 14
No new posts ISRSUPC SRCHFOR tool - Query while us... JCL & VSAM 7
Search our Forums:

Back to Top