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

Error in execution


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

New User


Joined: 09 Feb 2008
Posts: 95
Location: India

PostPosted: Tue Sep 27, 2011 12:52 am
Reply with quote

Hi,

My Rexx code is like below:
Code:
OUTREC =  CMPSTRT1","CMPEND1","VARX1"X"


The values are

CMPSTRT1 = 15
CMPEND1 = 16
VARX1 = 4

Whenever I am trying to run this rexx program I am getting the below error.

Code:
ISPS102                                                                 
                                                                         
Invalid service name                                                       
'15' is not a recognized dialog service name.                           
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
PYNPRIY,JHLOGPRC,11/09/26,15:08,2,ISR,PGM(ISRUDL) PARM(ISRUDLP) SCRNAME(D
Current dialog statement:                                               
15,16,4X                                                                 
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Sep 27, 2011 12:57 am
Reply with quote

I don't think the assignment statement is the problem. What are you doing later with OUTREC? Looks like it is somewhere being executed as a command...

What do you want OUTREC to look like, do you want the commas?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue Sep 27, 2011 12:58 am
Reply with quote

It's a valid REXX statement. Why does the error message say it's a dialog statement?
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Tue Sep 27, 2011 1:25 am
Reply with quote

Priyanka Pyne wrote:
Hi,

My Rexx code is like below:
Code:
OUTREC =  CMPSTRT1","CMPEND1","VARX1"X"


The values are

CMPSTRT1 = 15
CMPEND1 = 16
VARX1 = 4

Whenever I am trying to run this rexx program I am getting the below error.

Code:
ISPS102                                                                 
                                                                         
Invalid service name                                                       
'15' is not a recognized dialog service name.                           
                                                                         
                                                                         
                                                                         
                                                                         
                                                                         
PYNPRIY,JHLOGPRC,11/09/26,15:08,2,ISR,PGM(ISRUDL) PARM(ISRUDLP) SCRNAME(D
Current dialog statement:                                               
15,16,4X                                                                 

I presume that you are using a fairly recent version of ISPF as your development environment. I strongly urge you to use HILITE REXX in the profile of the libraries in which you keep your Rexx scripts, as it will be invaluable in finding errors such as these.
Back to top
View user's profile Send private message
Priyanka Pyne

New User


Joined: 09 Feb 2008
Posts: 95
Location: India

PostPosted: Tue Sep 27, 2011 1:34 am
Reply with quote

I think this is because of the continuation line.
Rexx was not able to understand the next continuation line.I used "," (comma) as a continuation and it works.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Sep 27, 2011 1:36 am
Reply with quote

it would be nice for all of us to be able to understand what You are talking about!
You did not post a bit of useful information icon_evil.gif
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue Sep 27, 2011 9:58 am
Reply with quote

hows abouta TRACE?
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Capturing Job Execution Information All Other Mainframe Topics 3
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top