a2z Mortgage Lender Referral Services ******************************************************************* *** Removal Instructions: Click on the link at the...
stevelar@...
Jan 7, 2001 9:36 pm
6327
This is a MIME Message ... Content-Type: multipart/alternative; boundary="----=_NextPart_001_0080_01BDF6C7.FABAC1B0" ... Content-Type: text/plain;...
Niños de Papel
solidaridad@...
Jan 26, 2001 2:46 pm
6328
Dear Web User, Thank you for bringing this abuse to our attention. We at Webhosting.com take abuse seriously, as shown at ...
donotreply@...
Jan 26, 2001 6:18 pm
6329
i have a question, i subscribed to this list a long time ago. i never receive any post any more (until today). is this list still active? if so can someone...
Brozewicz Robert F
brozewicz.rf@...
Jan 26, 2001 8:25 pm
6330
Bob, I wanted to let you know that I got your post to REXXLIST@.... Some of the last posts I got from this list are 2 from 1/26; 2 from 12/08; 1 ...
Bradley_Michael@...
Jan 26, 2001 9:33 pm
6331
I agree with Bob I have not received very very little from the the list. Concerned ... From: Bradley_Michael@... [mailto:Bradley_Michael@...] Sent:...
Angelo Grotticelli
Angelo.Grotticelli@...
Jan 29, 2001 1:36 pm
6332
Hi, From USS command prompt, can I run REXX calling SAS (i.e. a commercial product running on MVS, either clist or batch)? The overall goal is to run MVS HTTP...
Hsiwei (Michael) Yu
hyu@...
Jan 29, 2001 7:32 pm
6333
Hi, From USS command prompt, a telnet session, not USS from OMVS, run REXX does address linkmvs 'my_C_pgm' All printf( .. ) done in my_C_pgm is not visible. If...
Hsiwei (Michael) Yu
hyu@...
Jan 30, 2001 5:41 pm
6334
Hello all, I am trying to port a Rexx program from OS/2 to Rexx for WindowsNT. Unfortunately, the original program used several ANSI features to prepare ...
Mike Harris
MHarris@...
Jan 31, 2001 12:12 am
6335
... I have a vague memory of someone suggesting a program called ansi.com to solve this problem. I didn't find it, but I did find an ansi.exe at ...
Bob Babcock
wssddc@...
Jan 31, 2001 4:16 am
6336
I noticed when you go Hockware's VisPro/REXX website, www.vispro.com, you get taken to "buydomains.com", with a "domain for sale" message. Has anyone acquired...
Bob Stark
bstark@...
Feb 16, 2001 6:50 pm
6337
PLEASE FORWARD TO THE PERSON RESPONSIBLE FOR PURCHASING YOUR LASER PRINTER SUPPLIES **** VORTEX SUPPLIES *********** -SPECIALS OF THE DAY ON LASER TONER...
toner3@...
Feb 25, 2001 9:56 am
6338
Using OS/2 I have a script that is supposed to notify me if I get portscanned. The problem is that it always returns the address 18.8.30.0 instead of the...
bobm
bobm@...
Feb 28, 2001 9:19 pm
6339
Does anyone know of any good REXX training courses available in the Chicago area? We are looking for it to be geared toward an OS/390 MVS environment if...
Edgar Donaldson
edonalds@...
Mar 7, 2001 9:12 pm
6340
Yes, i own and run my own Rexx - TSO course. it can be run in-house or at an external venue. I am familiar with working in the States and can even organise a...
Peter McKellar
mckellar@...
Mar 7, 2001 9:39 pm
6341
There are a couple of Options - Many years ago, I first learned REXX through the Phoenix CBT course - learn at your desk (which has it's own pluses and...
Darth Keller
DDKeller@...
Mar 8, 2001 12:41 pm
6342
I heard that TechKnowledge is a good place to take REXX course. TechKnowledge Corporation 10420 Little Patuxent Parkway, Columbia,Maryland 21044-3502 There...
Angelo Grotticelli
Angelo.Grotticelli@...
Mar 8, 2001 12:49 pm
6343
Peter do you have a brochure on your company. The educational services you provide. ... From: Peter McKellar[mailto:mckellar@...] Sent: Wednesday,...
Angelo Grotticelli
Angelo.Grotticelli@...
Mar 8, 2001 12:54 pm
6344
I represent ProTech Professional Technical Services, Inc., we are an IBM S/390 Business Partner and specialize in Enterprise Systems Management & Automation. ...
Scott R. McFall
smcfall@...
Mar 8, 2001 2:40 pm
6345
Thanks I will keep you on file. ** ... From: Scott R. McFall [mailto:smcfall@...] Sent: Thursday, March 08, 2001 9:42 AM To:...
Angelo Grotticelli
Angelo.Grotticelli@...
Mar 8, 2001 4:06 pm
6346
I learned from a self-study IBM manual that was part of the VM Rexx book collection many years ago....
Mike.Creed@...
Mar 8, 2001 4:25 pm
6347
Dear REXXLIST contributers, I'm looking for some REXX code that will allow a REXX routine to pause for a specified time period (generally just a few seconds)....
Adrian F Stone
astone9@...
Mar 12, 2001 5:13 pm
6348
Yes; buy a Kevlar vest. What you want to do will hog the CPU and you will want the protection from angry users. Delay loops are rarely desirable. Shmuel...
Metz, Seymour
smetz@...
Mar 12, 2001 6:06 pm
6349
In VM/CMS use 'CP SLEEP ...' example: 'CP SLEEP 30 SEC' or 'CP SLEEP 5 MIN' In IBM's object rexx I think there is a SysSleep functiion. I'm not sure about MVS...
Julio Caragiulo
JVCBH@...
Mar 12, 2001 8:22 pm
6350
Adrian, There is a pause function in rexxio obtainable at http://www.lestec.com.au Regards, Les ... From: "Adrian F Stone" <astone9@...> Newsgroups:...
Les Moull
lestec@...
Mar 12, 2001 11:48 pm
6351
I found somthing on the Web for the OMVS mainframe. I can not remeber if it came with source or just compiled or where I found it. The function is called...
Arthur Kraft
Arthur.Kraft@...
Mar 15, 2001 2:11 pm
6352
I would like to code a call statement that is resolved at runtime. Is this possible? Basically the code down below should give an idea of what I want to do. ...
Mike Lupo
mikelupo@...
Mar 15, 2001 2:11 pm
6353
... One of the few times where INTERPRET is necessary, I think. It would be nice, perhaps, if one could say CALL VALUE(X) but it is not allowed. Roy ... ...
Roy Gardiner
Roy.Gardiner@...
Mar 15, 2001 2:28 pm
6354
Without trying it to see if it would work I would say use the interpret instruction....
Arthur Kraft
Arthur.Kraft@...
Mar 15, 2001 2:46 pm
6355
Hi folks, Some time ago, und this small code somewhere (and it works on os/390 with USS): /* ************************ REXX...