Search the web
Sign In
New User? Sign Up
ibm-netrexx
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1361 - 1390 of 1480   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1361
Hello there, amongst others, I am currently implementing EXECIO (syntax like in IBM CMS and MVS) in my Rexx2Nrx translator. For the RUN-time routine...
Thomas.Schneider@...
Send Email
Jul 31, 2003
10:30 am
1362
Hi Thomas, The short answer is: "you can not tell". You'll find the long answer in chapter 2.17.2 through 2.17.5 of the Java VM specification. ...
Werner Randelshofer
werner.randelshofer@...
Send Email
Jul 31, 2003
11:26 am
1363
Good answer. Also worth mentioning that an import statement itself has no effect on this (import is a language convenience) .. what matters is whether a...
Mike Cowlishaw
MFC@...
Send Email
Jul 31, 2003
1:25 pm
1364
(forgot to copy to the list) Hi Thomas, you can see what is loaded by starting java -verbose your_class It depends on VM's what is loaded. Hotspot is pretty...
rvjansen@...
Send Email
Jul 31, 2003
2:22 pm
1365
... for your info. kind regards, Tom. ... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list (...
Thomas.Schneider@...
Send Email
Sep 2, 2003
8:50 am
1366
hello there, does someone know what the equivalent to a 'guarded' method in Object-Rexx is in NetRexx? thanks in advance, Tom. ...
Thomas.Schneider@...
Send Email
Sep 15, 2003
8:25 am
1367
Hi Thomas, taking a wild guess here because I never was that deep into Object Rexx, but if defining a method 'guarded' means that other threads cannot modify ...
rene.vincent.jansen@...
Send Email
Sep 15, 2003
9:34 am
1368
Hello Eric, your question goes beyond the scope of my knowledge. You will probably have to implement CA1CALL parm in JAVA. I do NOT know whether there is a way...
Thomas.Schneider@...
Send Email
Oct 9, 2003
8:51 am
1369
Hi Thomas, long ago that I did work in that environment, but I try to give answers as good as possible. The last part you already answered and I must agree....
René Jansen
rvjansen@...
Send Email
Oct 9, 2003
5:05 pm
1370
Greetings, I am a newcomer to NetRexx, and thus far I have had no luck getting the install to work on my primary development machine -- a Mac OS X (10.2.8 w/...
Kaelin Colclasure
kaelin@...
Send Email
Oct 14, 2003
11:36 pm
1371
Dear Kaelin I don't know if this is relevant but ... I run NetRexx (rather occasionally now) on Mac OS X, but I do it using Satguru Srivastava's NetRexx...
Philip Warren
p.warren@...
Send Email
Oct 15, 2003
4:23 pm
1372
Hi Phil, exactly what I replied off-list (at work) this morning. I have all the jars on my classpath. I complained to Apple about the arbitrary renaming but to...
René Jansen
rvjansen@...
Send Email
Oct 15, 2003
4:59 pm
1373
My thanks to all who responded that NetRexx does indeed work with the Java implementation on Mac OS X. It does seem that adding the relevant version of...
Kaelin Colclasure
kaelin@...
Send Email
Oct 15, 2003
5:49 pm
1374
... Hash: SHA1 Hello, I've a strange problem using the javax.sound API. The following code: - ---- options strictcase binary strictargs import...
Patric Bechtel
bechtel@...
Send Email
Nov 10, 2003
12:17 pm
1375
... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to ...
Thomas.Schneider@...
Send Email
Jan 12, 2004
2:03 pm
1376
USES is for static (constant) values only. You cannot assign to those. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Mike Cowlishaw,...
Mike Cowlishaw
MFC@...
Send Email
Jan 12, 2004
4:42 pm
1377
why, i.e. what has been your DESIGN principle for this 'restriction', as I see it ... ... ...
Thomas.Schneider@...
Send Email
Jan 12, 2004
4:59 pm
1378
... I ... If it allowed 'any property' to be accessed then too many new names enter the address space (also, constants are usually all-upper-case, so do not ...
Mike Cowlishaw
MFC@...
Send Email
Jan 13, 2004
8:29 am
1379
Hi list, well, the first wish would be a new release at all, with great stuff we did no think of ourselves. But apart from that, very nice would be: 0)An...
rvjansen@...
Send Email
Jan 21, 2004
12:29 pm
1380
Hello Rene, what do you mean with 'Aspect oriented NetRexx extensions ? could you explain / point me to a doc for this feature request? Thanks in advance, Tom....
Thomas.Schneider@...
Send Email
Jan 21, 2004
1:45 pm
1381
Is this project dead? Quique ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To unsubscribe from this mailing list ( ibm-netrexx...
britten /Quique Britt...
britten@...
Send Email
Jan 21, 2004
1:46 pm
1382
... Hash: SHA1 On Wed, 21 Jan 2004 13:23:51 +0100 (CET), rvjansen@... wrote: Hi Rene, I'm a fan of NetRexx, too, and we (that is, my company) built a...
Patric Bechtel
bechtel@...
Send Email
Jan 21, 2004
2:12 pm
1383
Hi Thomas, Aspect Oriented programming is the latest fad in object oriented programming. It is about crosscutting concerns and modularization. I did not do...
rvjansen@...
Send Email
Jan 21, 2004
2:34 pm
1384
... Hi Quique, I heard nothing more about it and presume it is stable. There also were rumours years ago that a Visual Age for NetRexx did exist but was killed...
rvjansen@...
Send Email
Jan 21, 2004
2:35 pm
1385
Hello! Now I'm using JEdit with the NetRexx plugin. May be very interesting to have a NetRexx plugin for Eclipse... Francesc...
Francesc Rosés
froses@...
Send Email
Jan 21, 2004
2:47 pm
1386
Hi Patrick, ... That goes without saying. It would have been very marketable to all old mainframe hands and some amiga/os2 people as a painless way into Java. ...
rvjansen@...
Send Email
Jan 21, 2004
3:15 pm
1387
Hello Mike & al, a collegue of mine has just installed Rexx2Nrx and NetRexx. Rexx2Nrx works ok, but NetrexxC bombs. He actually has the IBM Java installed, as...
Thomas.Schneider@...
Send Email
Jan 21, 2004
5:31 pm
1388
Hello there, four questions: 1.) Would it help if I make 'Rexx2Nrx release 5.00' OPEN SOURCE ?? 2.) Could you help me to write 'RexxUtil' and Object-Rexx...
Thomas.Schneider@...
Send Email
Jan 21, 2004
5:42 pm
1389
... as there is no new release for several years now, the only thing which could give NetRexx a future would be an open source release of NetRexx. did anyone...
smoerk
smoerk@...
Send Email
Jan 21, 2004
6:48 pm
1390
I've no idea if Mike is watching, if he is I'm sure he will post. I can though say he has been putting in a lot of time in the past couple of years on his Big...
Mark Cathcart
mark_cathcart@...
Send Email
Jan 21, 2004
7:15 pm
Messages 1361 - 1390 of 1480   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help