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

Return code is 25 in a rexx routine for performing superc


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

New User


Joined: 28 Mar 2007
Posts: 21
Location: India

PostPosted: Mon Apr 30, 2007 11:53 am
Reply with quote

Hi,

I have code a rexx routine for performing superc. But it gives the return code is 25. May i know the way how to trouble shoot this problem.
Here is the code:
REG = 'NDVR.PROD.TOPS.COBONL(VP190A00)'
DSN = 'SS5661.S9708.TOPS.COBONL(VP190A00)'
OUT = 'TSUBLG8.REXX.OUTPUT(VP190A00)'
"ALLOC DD(NEWDD) SHR REUS DA('"REG"')"
"ALLOC DD(OLDDD) SHR REUS DA('"DSN"')"
"ALLOC DD(OUTDD) SHR REUS DA('"OUT"')"
"ALLOC FILE(SYSIN) DUMMY REUSE"
"ISPEXEC SELECT PGM(ISRSUPC) PARM(DELTAL,LINECMP,,)"
"FREE DD(OLDDD) "
"FREE DD(NEWDD) "
"FREE DD(OUTDD) "
Thanks in Advance,
Noor Mohammed Ismail.M
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Apr 30, 2007 1:17 pm
Reply with quote

Here is a quote from the fine manual.
Quote:
25
Error. The listing data set was not allocated because of a conflict with the logical record length (LRECL), record format (RECFM), or data set organization. A listing can be saved only in a PDS that has the same LRECL or RECFM; a listing can never be appended to a PDS by using the APNDLST process option; a listing can be appended by using the APNDLST process option only to a sequential data set that has the same LRECL or RECFM. No output was generated.
SCLM Version Compare considerations:
This return code is expected if the listing data set is partitioned but the member name is omitted. Correct the specification and try again.


Please note that the LRECL of OUTDD should be 132/133 or 202/203. For more info, please refer to the fine manual.

O.
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 Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top