Page 1 of 1

How to compile Rexx code to a load module

PostPosted: Sat Dec 11, 2010 9:52 am
by sjrcreation
Hi all,
Can someone share the JCL to compile the REXX code.
To my research it can be done in 2 ways.
1: ISPF panel 4.14. ==> not working for me. it show some panel is missing
2: using a job. the program is REXXC which use the load module REXXCOMP.

I am trying this, but need a correct JCL to do it.

Regard,
Sjrcreation

Re: How to compile Rexx code to a load module

PostPosted: Sat Dec 11, 2010 10:38 am
by NicC
If the panels are missing it is quite likely that the compiler is not installed - check with your system people. If it is installed your system people will be able to provide you with the JCL which, in any case, would be site specific. The JCL should be discussed in the Rexx manuals but I do not know which one.

Re: How to compile Rexx code to a load module

PostPosted: Sat Dec 11, 2010 12:30 pm
by sjrcreation
OK Thank you..
I am using the site called ADC1, it is also called as DIPN.
I can understand about the installation but i can see the program in syss1.pgmlib
like REXXC, REXXCL etc. so if you provide the JCL it will be more helpful to me.
I will use the steplib to reffer the lib.

Re: How to compile Rexx code to a load module

PostPosted: Sat Dec 11, 2010 9:35 pm
by Akatsukami
sjrcreation wrote:I can understand about the installation but i can see the program in syss1.pgmlib
like REXXC, REXXCL etc. so if you provide the JCL it will be more helpful to me.

Wrong.

If you use JCL -- the true purpose of which you do not know and cannot understand -- gotten from an anonymous tipster on the Web, there is a strong possibility that you will be terminated with prejudice and even blacklisted.

Re: How to compile Rexx code to a load module

PostPosted: Sun Dec 12, 2010 12:08 am
by NicC
Check out the rexx manuals

Re: How to compile Rexx code to a load module

PostPosted: Sun Dec 12, 2010 9:24 am
by dick scherrer
Hello,

I am using the site called ADC1, it is also called as DIPN.
Why do you believe this is a "site"?

Is this on a computer that belongs to your organization or is this resident on some other system?

Re: How to compile Rexx code to a load module

PostPosted: Mon Dec 13, 2010 12:20 am
by NicC
The manual you want is SH19-8160-05

Re: How to compile Rexx code to a load module

PostPosted: Mon Dec 13, 2010 10:37 am
by sjrcreation
Thanks NicC.. Hope i will get my answer in that manual. i will reffer it now.

Re: How to compile Rexx code to a load module

PostPosted: Mon Dec 13, 2010 11:13 am
by dick scherrer
Hello,

When looking for help, you need to read more than only the latest reply and you need to answer questions asked. . .

Re: How to compile Rexx code to a load module

PostPosted: Mon Dec 13, 2010 3:13 pm
by expat
The REXX compiler is a "pay for" option and not very many sites have it installed.
Talk to your systems administrators to find out if you do have it installed.