IBM MAINFRAME HELP FORUMS for COBOL, JCL, CICS, DB2, IMS etc...
Help & Support Forums for IBM Mainframe computers Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7, CA-11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, VSAM, ISPF, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
 

Facing Problem in Easy comp rexx tool

THIS IS AN ARCHIVE FORUM: CLICK HERE TO GO TO THE ORIGINAL TOPIC

 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
View previous topic :: View next topic  
Author Message
bijal.awhad



Joined: 19 Mar 2008
Posts: 5
Location: Bangalore

Posted: Wed Jul 02, 2008 6:54 pm    Post subject: Facing Problem in Easy comp rexx tool  

Hi

I am trying to install Easy comp tool which is basically REXX based tool ,which makes the life of the mainframe programmer easy by taking care of all aspects during the compilation of a COBOL.

I have got the source code from my mate and i am following the given steps for the initial Setup like
1)Copying COMPILE and SETPCNF respectively in the dataset USERID.REXX.EXEC
2)Copying COMPILE and SETPCNF respectively in the dataset USERID. PANELLIB
3) Copying COMBSKL and COMCSKL respectively in the dataset USERID.SKELLIB

Upon completion of above steps,giving TSO COMPILE in the command prompt should take me to the Initial Screen of the tool

But when I gave TSO COMPILE in the command prompt it is throwing me an error

61 +++ job = usr:
60 +++ usr = userid()
40 +++ call prc_init
Error running COMPILE, line 61: Invalid character in program

From above message it is clear that in line 61, character ':' after usr is not recognizable to system.

So after checking the code I found that 'job = usr³³c'
Code is given as follows

num_2 = 2
num_8 = 8
usr = userid()
job = usr³³c
dsn = ''usr''.skellib
upper job
return(0)

can anybody suggest me the significance of character "³³" ,wheteher it is wrongly put and also tell me what should I do to debug the error.
Back to top  
superk



Joined: 26 Apr 2004
Posts: 3081
Location: Charlotte,NC USA

Posted: Wed Jul 02, 2008 7:09 pm    Post subject: Reply to: Facing Problem in Easy comp rexx tool  

It looks to me like the hex value for the concatenation operator || has been corrupted.

I think it's supposed to be

job = usr||c
Back to top  
 
       IBMMAINFRAMES.com - IBM Mainframe Support Forums Index -> CLIST & REXX
Page 1 of 1
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
Related Links