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

REXX MACRO Error


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
SudarJothi

New User


Joined: 18 Aug 2010
Posts: 1
Location: New Jersey

PostPosted: Fri Oct 08, 2010 7:57 am
Reply with quote

Hi I am executing a REXX MAcro using the command
"VIEW DATASET(''P011.TEST(BDVFILE)') MACRO(MAPGMPRC)"

This command is giving return code zero and macro gets executed successfully. But it gives the below error message.
MISSING 'FROM' DATA SET NAME+
MISSING THE NAME OF A DATA SET FROM WHICH DATA WILL BE TAKEN AS INPUT TO THE MERGE. THIS DATA SET WILL REMAIN INTACT.

Could you please let me know how to resolve this issue.
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri Oct 08, 2010 8:31 am
Reply with quote

First of all, you are executing an ISPF macro and not a REXX macro.
Please use the correct terminology.

Without having the faintest idea of what the macro does, how can you possibly expect any help. We can guess, but perhaps that will not be useful to either us or you.

Have a think about the information that you think we might need to help and then try posting that.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri Oct 08, 2010 7:32 pm
Reply with quote

Code:
"VIEW DATASET(''P011.TEST(BDVFILE)') MACRO(MAPGMPRC)"

Check your use of quotes and double quotes.
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 -> TSO/ISPF

 


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