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

Error in calling one rexx from another


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

New User


Joined: 03 Dec 2007
Posts: 61
Location: Bangalore

PostPosted: Thu Dec 27, 2007 4:41 pm
Reply with quote

I get output only after i hit return keys thrice while Calling one rexx pgm from another.
How to overcome this error?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Dec 27, 2007 4:51 pm
Reply with quote

We cannot tell without looking at Your screen

do You have any pull around..

do Your rexx scripts write to the screen,
and the display stops with 3 asterisks ?? waiting for You to hit enter in order
to display more data ...
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Thu Dec 27, 2007 4:51 pm
Reply with quote

not a very good description of your problem. you are going to have to elaborate before anyone can really helpl.
Back to top
View user's profile Send private message
Sikkandhar

New User


Joined: 03 Dec 2007
Posts: 61
Location: Bangalore

PostPosted: Thu Dec 27, 2007 5:01 pm
Reply with quote

This is the actual problem.

In the first screen, i give 2 values. According to the value entered the flow moves to another rexx whose function is to write 2 files using the queue statement. I have used CALL statement to transfer control to the other rexx program.

Now, what happens is that the execution happens perfectly, as in the files are getting written with the exact data. But, this happens only after i hit enter thrice.

I tried doing a trace, but there was no error message. Only after hitting enter thrice did i get the 3 asterisks.

Hope i have made myself clear.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Dec 27, 2007 5:09 pm
Reply with quote

Quote:
queue statement


that what happens using the queue approach...

why aren' t You using the stem technique...

more performing and less prone to left overs

having to hit enter is related usually to the queue approach ..
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