|
"Graap, Ken" <keg@exchange.gasco.com> on 01/04/2000 12:17:58 PM Please respond to MIDRANGE-L@midrange.com To: "'Midrange'" <midrange-l@midrange.com> cc: (bcc: Arlene M Soderlund/NFCNA.COM) Subject: CVTQHST2 TAATOOL... I've noticed that the TAATOOL CVTQHST2 has stopped working as of 1/2/00 .... Ken If the source names are the same here is what I did to make it work Change this CL Source and compile to appropriate library TAAHSTEC7 CLP Convert QHST2 - Sub pgm called by TAAHSTEC READ: RCVF /* Read a record */ MONMSG MSGID(CPF0864) EXEC(GOTO EOF) CHGVAR &CURLOG &ODOBNM /* If &LSTLOG is blank, no records exist */ /* in QHST2, convert each QHST file */ IF (&LSTLOG *EQ ' ') GOTO CVTQHST /* If the cur log ID is LT the last LOGID */ /* in the data base file, bypass as */ /* the log file has already been */ /* converted */ IF (&ODOBNM *LT &LSTLOG) GOTO READ ADD this line to not Rewrite QHST99---- etc histories IF COND(&ODOBNM *GT 'QHST990000') THEN(GOTO + CMDLBL(READ)) go to your last record in File Qhst2 copy or create a false (fake) record with value this value in with the Qhst Log Id field - "QHST00000A" in QHLGID Run CVTQHST2 +--- | 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.