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

Control stack full error in REXX


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

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Tue Jul 17, 2007 1:44 pm
Reply with quote

hi i ran a reex program which is quite big..
on execution it gave me an error

line 52 :control stack full

line 52 had an if condition loop
like
do i=1 to 30 by 1
if(v.i=' ')/****line 52*****/
then ref_var=1
end

wot could be the problem ?

i use if loop many times in the prog along wit do loops.could that be a problem?
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Jul 17, 2007 3:04 pm
Reply with quote

What exactly is your code doing, without seeing it we can only guess at why the problem occurs.

How much data do you have in your stem V.i

How much data are you trying to stack
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jul 17, 2007 3:19 pm
Reply with quote

1. Do you have any INTERPRET commands?
2. What is the level of nesting of loops/DOs?

O.
Back to top
View user's profile Send private message
rohitcognizant

New User


Joined: 13 Feb 2007
Posts: 54
Location: Pune India

PostPosted: Tue Jul 17, 2007 4:13 pm
Reply with quote

hi all
i found that my rexx program was getting into an infinite loop when i give a particular input that was why the stack got full..For my info Is there any other instance where a control stack can get full???
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Jul 17, 2007 5:40 pm
Reply with quote

When you pass the nesting limit (250).

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 Compile Several JCL JOB Through one r... CLIST & REXX 4
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 Error when install DB2 DB2 2
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top