|
Hans, I love your example: H dftactgrp(*no) bnddir('QC2LE') When will it be ptf'd to V3R7? Can all the compiler options be specified in the H specs? options(*string) would be nice on V3R2, any idea when it will be ptf'd back? Yes, I know that I am about to become unsupported, if I could only convince management to spend the money and go to V4R3 on all three boxes, which means throw out a perfectly good transaction processor that just happens to be a CICS machine running at 20%cpu usage. (No justification to upgrade to a RISC box based on usage.) Maybe after the AS500 comes out with its 128bit processor running at hundreds of gigahertz. <g> Christopher K. Bipes mailto:ChrisB@Cross-Check.com Sr. Programmer/Analyst mailto:Chris_Bipes@Yahoo.com CrossCheck, Inc. http://www.cross-check.com 6119 State Farm Drive Phone: 707 586-0551 x 1102 Rohnert Park CA 94928 Fax: 707 586-1884 Hans wrote: You already have that capability, in a way. Try out the following RPG program: H dftactgrp(*no) bnddir('QC2LE') D atol pr 10i 0 extproc('atol') D * value options(*string) D num s 10i 0 C eval num = atol('1234') C num dsply C eval *inlr = *on The trick here is that function "atol" is part of the C run-time library, which is shipped on every AS/400. So basically, consider every routine defined in the C run-time as available to you! Cheers! Hans. Hans Boldt, ILE RPG Development, IBM Toronto Lab, boldt@ca.ibm.com +--- | This is the RPG/400 Mailing List! | To submit a new message, send your mail to RPG400-L@midrange.com. | To subscribe to this list send email to RPG400-L-SUB@midrange.com. | To unsubscribe from this list send email to RPG400-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.