FW: Converting PREXX to NETREXX

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

FW: Converting PREXX to NETREXX

Mike Cowlishaw
Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [mailto:[hidden email]]
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.

 

We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

java version "1.6.0_24"

Java(TM) SE Runtime Environment (build 1.6.0_24-b07)

Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 

 

Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.

 

Any help in direction you can provide will be appreciated. 

 

Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068

PMF Support Cell 973-943-8242 | [hidden email]

 


This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Fwd: [Ibm-netrexx] Converting PREXX to NETREXX

rvjansen
<base href="x-msg://1046/">Hi Pat,

NetRexx has recently been open sourced and is now governed by RexxLA. The RexxUtil functions have never been part of NetRexx, there is however a contributed package that provides them. This will be available shortly from release 3.01, on September 1st. If you need it before this time, please contact me so we can make this work.

best regards,

René Jansen,
President, Rexx Language Association.

Begin forwarded message:

From: "Mike Cowlishaw" <[hidden email]>
Subject: [Ibm-netrexx] FW: Converting PREXX to NETREXX
Date: 26 juli 2011 22:29:36 GMT+02:00
Reply-To: IBM Netrexx <[hidden email]>

Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [mailto:[hidden email]] 
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.
 
We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 
 
Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.
 
Any help in direction you can provide will be appreciated. 
 
Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068
PMF Support Cell 973-943-8242 | [hidden email]
 

This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: FW: Converting PREXX to NETREXX

ThSITC
In reply to this post by Mike Cowlishaw
Hello Pat,
   I'm Thomas Schneider, and I'm the author of Rexx2Nrx, a utility devoted to comvert 'classic Rexx' to NetRexx.
You'll find the details on www,Rexx2Nrx.com.
  With PRexx, are your referencing Personal Rexx ?
  I did work with Personal Rexx *long time ago* (around 1997), actually it was the first time I discovered Rexx at all.

  I'm still working on  release 7.00 of Rexx2Nrx (5 and 6 went never public, as they have been experimental).

When after reading the current doc's on www.Rexx2Nrx.com (or www.thsitc.com/Rexx2Nrx), you feel I could help,
then send my a private mail, please.

Thomas Schneider
======================================================================================

 
Am 26.07.2011 22:29, schrieb Mike Cowlishaw:
Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [[hidden email]]
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.

 

We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

java version "1.6.0_24"

Java(TM) SE Runtime Environment (build 1.6.0_24-b07)

Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 

 

Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.

 

Any help in direction you can provide will be appreciated. 

 

Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068

PMF Support Cell 973-943-8242 | [hidden email]

 


This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
_______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/


--
Thomas Schneider (www.thsitc.com)

_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Thomas Schneider, Vienna, Austria (Europe) :-)

www.thsitc.com
www.db-123.com
Reply | Threaded
Open this post in threaded view
|

Re: FW: Converting PREXX to NETREXX

Jerry McBride
In reply to this post by Mike Cowlishaw
Hi Pat,

Which of the functions in RexxUtil are you missing?


Jerry


On 07/26/11 16:29, Mike Cowlishaw wrote:
Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [[hidden email]]
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.

 

We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

java version "1.6.0_24"

Java(TM) SE Runtime Environment (build 1.6.0_24-b07)

Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 

 

Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.

 

Any help in direction you can provide will be appreciated. 

 

Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068

PMF Support Cell 973-943-8242 | [hidden email]

 


This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Fwd: [Ibm-netrexx] Converting PREXX to NETREXX

Jerry McBride
In reply to this post by rvjansen

Hi Rene,

Two questions. How much of the RexxUtil package is going to be supported in NetRexx and can I ahve a pre-release copy of it?? Mutex's??? I can't wait till 8/1.... :')


Thank you.


On 07/27/11 06:28, René Jansen wrote:
<base href="x-msg://1046/">Hi Pat,

NetRexx has recently been open sourced and is now governed by RexxLA. The RexxUtil functions have never been part of NetRexx, there is however a contributed package that provides them. This will be available shortly from release 3.01, on September 1st. If you need it before this time, please contact me so we can make this work.

best regards,

René Jansen,
President, Rexx Language Association.

Begin forwarded message:

From: "Mike Cowlishaw" <[hidden email]>
Subject: [Ibm-netrexx] FW: Converting PREXX to NETREXX
Date: 26 juli 2011 22:29:36 GMT+02:00
Reply-To: IBM Netrexx <[hidden email]>

Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [[hidden email]] 
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.
 
We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 
 
Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.
 
Any help in direction you can provide will be appreciated. 
 
Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068
PMF Support Cell 973-943-8242 | [hidden email]
 

This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Fwd: [Ibm-netrexx] Converting PREXX to NETREXX

Jerry McBride

Rene,

Sorry... I answered my own questions... I just grabbed o copy of NetRexx from svn and... I now have semaphores via the sysutils... Nice! Thank you... one and all!

On 07/27/11 18:23, Jerry McBride wrote:

Hi Rene,

Two questions. How much of the RexxUtil package is going to be supported in NetRexx and can I ahve a pre-release copy of it?? Mutex's??? I can't wait till 8/1.... :')


Thank you.


On 07/27/11 06:28, René Jansen wrote:
<base href="x-msg://1046/">Hi Pat,

NetRexx has recently been open sourced and is now governed by RexxLA. The RexxUtil functions have never been part of NetRexx, there is however a contributed package that provides them. This will be available shortly from release 3.01, on September 1st. If you need it before this time, please contact me so we can make this work.

best regards,

René Jansen,
President, Rexx Language Association.

Begin forwarded message:

From: "Mike Cowlishaw" <[hidden email]>
Subject: [Ibm-netrexx] FW: Converting PREXX to NETREXX
Date: 26 juli 2011 22:29:36 GMT+02:00
Reply-To: IBM Netrexx <[hidden email]>

Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [[hidden email]] 
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.
 
We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 
 
Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.
 
Any help in direction you can provide will be appreciated. 
 
Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068
PMF Support Cell 973-943-8242 | [hidden email]
 

This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Converting PREXX to NETREXX

rvjansen
Hi Jerry, Pat,

there is going to be a lot more there -- tomorrow checked into subversion.

best regards,

René.

On 28 jul 2011, at 00:38, Jerry McBride wrote:


Rene,

Sorry... I answered my own questions... I just grabbed o copy of NetRexx from svn and... I now have semaphores via the sysutils... Nice! Thank you... one and all!

On 07/27/11 18:23, Jerry McBride wrote:

Hi Rene,

Two questions. How much of the RexxUtil package is going to be supported in NetRexx and can I ahve a pre-release copy of it?? Mutex's??? I can't wait till 8/1.... :')


Thank you.


On 07/27/11 06:28, René Jansen wrote:
<base href="x-msg://1046/">Hi Pat,

NetRexx has recently been open sourced and is now governed by RexxLA. The RexxUtil functions have never been part of NetRexx, there is however a contributed package that provides them. This will be available shortly from release 3.01, on September 1st. If you need it before this time, please contact me so we can make this work.

best regards,

René Jansen,
President, Rexx Language Association.

Begin forwarded message:

From: "Mike Cowlishaw" <[hidden email]>
Subject: [Ibm-netrexx] FW: Converting PREXX to NETREXX
Date: 26 juli 2011 22:29:36 GMT+02:00
Reply-To: IBM Netrexx <[hidden email]>

Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [[hidden email]] 
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.
 
We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 
 
Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.
 
Any help in direction you can provide will be appreciated. 
 
Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068
PMF Support Cell 973-943-8242 | [hidden email]
 

This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Converting PREXX to NETREXX

Jerry McBride

Rene,

Really good news... I modified the utility source code so that I could put it into a jar. I'm now tinkering with translating a big old rexx program that I used to run on OS/2 under oorexx and the rexutil.dll... Boy this is fun. Thank you, so much. And YES, I'll be by the svn server to pickup the new sources.

Pat,  If you are still on the list... That RexUtil.dll you were talking about... it looks as though you WILL be getting the functionality in NetRexx via the sysutil.class. Hope it will do all that you are looking for.


Cheers all...



On 07/27/11 19:05, René Jansen wrote:
Hi Jerry, Pat,

there is going to be a lot more there -- tomorrow checked into subversion.

best regards,

René.

On 28 jul 2011, at 00:38, Jerry McBride wrote:


Rene,

Sorry... I answered my own questions... I just grabbed o copy of NetRexx from svn and... I now have semaphores via the sysutils... Nice! Thank you... one and all!

On 07/27/11 18:23, Jerry McBride wrote:

Hi Rene,

Two questions. How much of the RexxUtil package is going to be supported in NetRexx and can I ahve a pre-release copy of it?? Mutex's??? I can't wait till 8/1.... :')


Thank you.


On 07/27/11 06:28, René Jansen wrote:
<base href="x-msg://1046/">Hi Pat,

NetRexx has recently been open sourced and is now governed by RexxLA. The RexxUtil functions have never been part of NetRexx, there is however a contributed package that provides them. This will be available shortly from release 3.01, on September 1st. If you need it before this time, please contact me so we can make this work.

best regards,

René Jansen,
President, Rexx Language Association.

Begin forwarded message:

From: "Mike Cowlishaw" <[hidden email]>
Subject: [Ibm-netrexx] FW: Converting PREXX to NETREXX
Date: 26 juli 2011 22:29:36 GMT+02:00
Reply-To: IBM Netrexx <[hidden email]>

Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [[hidden email]] 
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.
 
We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 
 
Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.
 
Any help in direction you can provide will be appreciated. 
 
Pat Sheldon | [hidden email] |  973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068
PMF Support Cell 973-943-8242 | [hidden email]
 

This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/


_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/

Reply | Threaded
Open this post in threaded view
|

Re: Fwd: [Ibm-netrexx] Converting PREXX to NETREXX

George Hovey-2
In reply to this post by Jerry McBride
Jerry,
Re mutexes (mutices? ;) ), these are built into several statements, e.g. Do ... End.

   MutexObject = Object()

   Do Protect MutexObject
      ...
   End

This is commonly used to guarantee exclusive access to an object (here, MutexObject).  But in the example, the only reason for the existence of MutexObject is to act as a mutex preventing multiple entries (from other threads) to the Do ... End.

If MutexObject were a visible property, then it could be used to prevent threads simultaneously executing any methods that operate on some resource(s) that can't tolerate this.  Of course all players would have to understand the purpose of MutexObject and honor it.

Search TNRL for 'protect' to see several ways similar ideas are implemented.
George

On Wed, Jul 27, 2011 at 6:23 PM, Jerry McBride <[hidden email]> wrote:

Hi Rene,

Two questions. How much of the RexxUtil package is going to be supported in NetRexx and can I ahve a pre-release copy of it?? Mutex's??? I can't wait till 8/1.... :')


Thank you.



On 07/27/11 06:28, René Jansen wrote:
Hi Pat,

NetRexx has recently been open sourced and is now governed by RexxLA. The RexxUtil functions have never been part of NetRexx, there is however a contributed package that provides them. This will be available shortly from release 3.01, on September 1st. If you need it before this time, please contact me so we can make this work.

best regards,

René Jansen,
President, Rexx Language Association.

Begin forwarded message:

From: "Mike Cowlishaw" <[hidden email]>
Subject: [Ibm-netrexx] FW: Converting PREXX to NETREXX
Date: 26 juli 2011 22:29:36 GMT+02:00
Reply-To: IBM Netrexx <[hidden email]>

Hi Pat, I cannot answer your question, so I am taking the liberty of forwarding this to the NetRexx mailing list.  There are people on that list that I think may be able to help.
 
Mike


From: Sheldon, Pat [[hidden email]] 
Sent: 26 July 2011 20:57
To: [hidden email]
Subject: Converting PREXX to NETREXX

I was given your email by William Munson and Thomas Plunkett.  They indicated that you may be able to give me some direction. I have an application written in PREXX but as you probably know all support for PREXX was dropped quite a few years ago.  We thought that we could try to convert the application to NetRexx so that we would not have to totally re-write the application. This would also take advantage of the newer technologies.  The problem is on the initial compiles.
 
We have installed NetRexx on a Windows 2007 server platform.   We download NetRexx from the IBM site.  We also have JAVA installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
As we tried to compile the first program we found that we were missing some class definitions.  Researching the issue we found we are missing the classes defined by REXXUTIL.  From all I have read, this is available in the Linux and Java Virtual Machine environments but nowhere can I find how to obtain this for our set-up. REXXUTIL will provide access to the missing functions that come up in the compile. 
 
Have we missed something when we build this environment? I see REXXUTIL.DLL referenced on the IBM site but nothing about how to obtain this for other than a Linux environment.
 
Any help in direction you can provide will be appreciated. 
 
Pat Sheldon | [hidden email] |  <a href="tel:973.974.6476" value="+19739746476" target="_blank">973.974.6476
adp | 1 adp blvd | ms B350  |  roseland, nj 07068
PMF Support Cell <a href="tel:973-943-8242" value="+19739438242" target="_blank">973-943-8242 | [hidden email]
 

This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/



_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/




_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive : http://ibm-netrexx.215625.n3.nabble.com/