How to compile Rexx code to a load module



IBM's Command List programming language & Restructured Extended Executor

How to compile Rexx code to a load module

Postby sjrcreation » Sat Dec 11, 2010 9:52 am

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
sjrcreation
 
Posts: 30
Joined: Sat Dec 11, 2010 9:44 am
Has thanked: 0 time
Been thanked: 0 time

Re: How to compile Rexx code to a load module

Postby NicC » Sat Dec 11, 2010 10:38 am

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.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: How to compile Rexx code to a load module

Postby sjrcreation » Sat Dec 11, 2010 12:30 pm

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.
sjrcreation
 
Posts: 30
Joined: Sat Dec 11, 2010 9:44 am
Has thanked: 0 time
Been thanked: 0 time

Re: How to compile Rexx code to a load module

Postby Akatsukami » Sat Dec 11, 2010 9:35 pm

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.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: How to compile Rexx code to a load module

Postby NicC » Sun Dec 12, 2010 12:08 am

Check out the rexx manuals
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: How to compile Rexx code to a load module

Postby dick scherrer » Sun Dec 12, 2010 9:24 am

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?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: How to compile Rexx code to a load module

Postby NicC » Mon Dec 13, 2010 12:20 am

The manual you want is SH19-8160-05
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: How to compile Rexx code to a load module

Postby sjrcreation » Mon Dec 13, 2010 10:37 am

Thanks NicC.. Hope i will get my answer in that manual. i will reffer it now.
sjrcreation
 
Posts: 30
Joined: Sat Dec 11, 2010 9:44 am
Has thanked: 0 time
Been thanked: 0 time

Re: How to compile Rexx code to a load module

Postby dick scherrer » Mon Dec 13, 2010 11:13 am

Hello,

When looking for help, you need to read more than only the latest reply and you need to answer questions asked. . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: How to compile Rexx code to a load module

Postby expat » Mon Dec 13, 2010 3:13 pm

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.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post