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

Symbolic Variable Error while using CLIST


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

New User


Joined: 14 Nov 2007
Posts: 18
Location: US

PostPosted: Fri Sep 05, 2008 10:23 am
Reply with quote

Hi,

PROC 0 ZCMD()
CONTROL NOLIST NOPROMPT MSG
ALTLIB ACTIVATE APPLICATION(EXEC) +
DATASET('a.b.c')
ALTLIB ACTIVATE APPLICATION(CLIST) +
DATASET('a.b.c')
ISPEXEC LIBDEF ISPPLIB DATASET +
ID('a.b.d')
ISPEXEC SELECT PANEL(AST) OPT(&ZCMD) NEWAPPL(WER) +
PASSLIB SCRNAME(TOOL)
ALTLIB DEACTIVATE APPLICATION(CLIST)
ISPEXEC LIBDEF ISPPLIB
EXIT

When I execute this prog. I'm getting a error

: F &:PROC 0 ZCMD()::CONTROL NOLIST NOPROMPT MSG:sALTLIB ACTIVATE APP
THIS STATEMENT HAS AN INVALID SYMBOLIC VARIABLE

Could someone tell me how to solve this.

Regards,
jramuk
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Fri Sep 05, 2008 11:03 pm
Reply with quote

How as the file created? It looks like there are additional characters in the file. Perhaps change all p'^' to ' '.

Try editing and issue HEX ON. Is there anything besides '40'x where you expect blanks to be?
Back to top
View user's profile Send private message
jramuk

New User


Joined: 14 Nov 2007
Posts: 18
Location: US

PostPosted: Mon Sep 08, 2008 3:49 pm
Reply with quote

Pedro,

All blanks are only '40' and no other junk value is present. I tried both options, but in vain.
Back to top
View user's profile Send private message
Adrian Stern

New User


Joined: 13 Feb 2008
Posts: 12
Location: Sweden

PostPosted: Mon Sep 08, 2008 4:19 pm
Reply with quote

I pasted your code into a blank pds member and ran it with no problems apart from the obvious - I don't have the datasets.

Can you post the screen dump of the error message as what you posted looks very odd?

aDRIAN
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon Sep 08, 2008 4:35 pm
Reply with quote

Maybe you have PACK ON in your edit PROFILE ?
Back to top
View user's profile Send private message
jramuk

New User


Joined: 14 Nov 2007
Posts: 18
Location: US

PostPosted: Mon Sep 08, 2008 5:18 pm
Reply with quote

Hi,

Thanks... the PROF had PACK ON
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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Variable Output file name DFSORT/ICETOOL 8
Search our Forums:

Back to Top