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

Getting error for this "ISPF Edit Macro Error"


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

New User


Joined: 13 Jun 2007
Posts: 8
Location: chennai

PostPosted: Wed Nov 19, 2008 10:07 am
Reply with quote

Hi,

Am new to clist. Am getting error for this "ISPF Edit Macro Error"
ie:
Command in error . : MACRO PARM1

Invalid macro command
Parameter found outside parentheses and is not PROCESS/NOPROCESS.

Error message ID . : ISRE747

Last return code . : 12

Macro executing . : GDG

Press ENTER key to terminate the macro.
and:
once press enter
IKJ56500I COMMAND CONTROL NOT FOUND
3 *-* CONTROL MAIN NOMSG
+++ RC(-3) +++
4 +++ ATTN +
IRX0035I Error running GDG, line 4: Invalid expression
***
Could you please any one tell what is the probelm here??
Thanks in advance.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 19, 2008 10:27 am
Reply with quote

Hello,

Quote:
IKJ56500I COMMAND CONTROL NOT FOUND
You have issued a command that does not exist.
Back to top
View user's profile Send private message
karpagamr

New User


Joined: 13 Jun 2007
Posts: 8
Location: chennai

PostPosted: Wed Nov 19, 2008 10:30 am
Reply with quote

Could you expalin it in detail
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 19, 2008 10:33 am
Reply with quote

Hello,

There is no detail to explain. . .

The command you specified (CONTROL) is not a command.
Back to top
View user's profile Send private message
karpagamr

New User


Joined: 13 Jun 2007
Posts: 8
Location: chennai

PostPosted: Wed Nov 19, 2008 10:42 am
Reply with quote

previously the code was working fine...
now i changed the code
but the changes are not updated
can you tell me the TSO command to show the latest update code.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Wed Nov 19, 2008 11:10 am
Reply with quote

Code:
IRX0035I Error running GDG,

That is a rexx message. but 'CONTROL MAIN NOMSG ' is not a rexx instruction nor a TSO instruction.

If it is really a CLIST, you will not get rexx messages.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 19, 2008 8:22 pm
Reply with quote

Hello,

Quote:
now i changed the code
What did you change?

Hopefully, before you started changing things, you made a copy. Post the lines of code before and after the change and we may be able to offer better suggestions.

If you didn't save a copy first, show what you believed you changed.

In the future i suggest you make a copy before you edit the "good" member.
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
Search our Forums:

Back to Top