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

Insufficient storage for ISFYRVB


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

New User


Joined: 19 Jun 2009
Posts: 2
Location: Germany

PostPosted: Fri Jun 19, 2009 5:10 pm
Reply with quote

Hi,

I am new to REXX. I am trying to invoke SDSF from REXX script. My script is failing at the step

Address SDSF "ISFEXEC ST"

Please see the error:

isfmsg2.1 is: ISF120E Request failed, module ISFYREXI was unable to obtain 01E8D660 bytes of storage for ISFYRVB.

And the return code is 24.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Jun 19, 2009 5:27 pm
Reply with quote

Do you have 32,036,448 bytes of storage available?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Jun 19, 2009 6:02 pm
Reply with quote

Robert Sample wrote:
Do you have 32,036,448 bytes of storage available?
'am eagrly waiting for the response...!
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Jun 19, 2009 6:25 pm
Reply with quote

According to message ISF120E:
"use special variables or other filter options to limit the number of REXX variables needed to satisfy a request."
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Fri Jun 19, 2009 6:29 pm
Reply with quote

Prabhu Vaddepati wrote:
Hi,

I am new to REXX. I am trying to invoke SDSF from REXX script. My script is failing at the step

Address SDSF "ISFEXEC ST"


Use PREFIX and OWNER to limit the amount of data returned:

Code:
rc = isfcalls('on')
isfowner  = 'ME*'
isfprefix = 'METOO*'
address sdsf "isfexec st"
Back to top
View user's profile Send private message
Prabhu Vaddepati

New User


Joined: 19 Jun 2009
Posts: 2
Location: Germany

PostPosted: Fri Jun 19, 2009 8:16 pm
Reply with quote

Hi prino,

It took a long time, but worked.
By the way, I dont know my storage stats.

Thanks.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Jun 19, 2009 8:37 pm
Reply with quote

Prabhu Vaddepati wrote:
By the way, I dont know my storage stats.


if in foreground, the region size is on your TSO logon Screen;
in background, REGION Job or Step parm.
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts CICS vs LE: STORAGE option CICS 0
No new posts Insufficient Storage ABENDS & Debugging 7
No new posts Interviewers are surprised with my an... Mainframe Interview Questions 6
No new posts is there an API to use cloud storage ... All Other Mainframe Topics 2
Search our Forums:

Back to Top