|
I knew just as I hit the send button that I'd just made a BIG mistake. Ah well, life is life. I deleted a line too many. The program has run for years without gaffe or failure, so according to someone's earlier definition it is bug-free. In any event, Terry is right. This topic is way over-tired. _____________________ Booth Martin boothm@earth.goddard.edu http://www.spy.net/~booth _______________________ HwaRangRon@aol.com Sent by: owner-midrange-l@midrange.com 12/07/1999 01:43 PM Please respond to MIDRANGE-L To: MIDRANGE-L@midrange.com cc: Subject: RE: Software Vendors Would a program like this meet your criteria? (I am not holding this as bug free, only that it has always worked for me without failing. My working version also gets the IP address, but I deleted that since I don't understand how it works.) PGM /* .............................................................. */ /* ..........THIS PROGRAM SIMPLY DISPLAYS who I am */ /* ..... . */ DCL VAR(&MSGTXT) TYPE(*CHAR) LEN(85) < DCL VAR(&NAME) TYPE(*CHAR) LEN(10) DCL VAR(&printer) TYPE(*CHAR) LEN(10) DCL VAR(&DATE6) TYPE(*CHAR) LEN(6) DCL VAR(&DATE8) TYPE(*CHAR) LEN(10) RTVJOBA USER(&NAME) JOB(&DEVD) DATE(&DATE6) + PRTDEV(&PRINTER) /* get informatio> Booth, Are programs that won't compile bug free? <g> &DEVD is not defined. +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.