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

Garbage values getting executed after REXX exec


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

New User


Joined: 07 Mar 2007
Posts: 40
Location: India

PostPosted: Tue Aug 25, 2009 1:52 am
Reply with quote

I am facing an issue where after I execute my REXX code I am not able to execute any other command and it shows the below error in my screen


COMMAND @# NOT FOUND
ISPD123 Invalid command
Command '@#' not found or contains invalid syntax.
***

I have given FREE ALL command in the end.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Aug 25, 2009 2:03 am
Reply with quote

Quote:
I have given FREE ALL command in the end.


have You looked at the TSO manuals for the implications of such action
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Tue Aug 25, 2009 4:59 am
Reply with quote

FREE ALL does not affect the commands after your exec ends. See the TSO command reference for what the FREE does.

I think you are putting stuff into the stack and not clearing it when you end. See the rexx reference for information about how to use the stack.
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
Search our Forums:

Back to Top