×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
This code...
select;
when %date in %range(gpoeff:gpocan)
or (%date >= gpoeff and gpocan = d'0001-01-01');
*in82 = *on;
when gpoeff > %date;
*in83 = *on;
endsl;
compiles on V7R5 but causes the Outline to fail with the "Formatting
failed: No model available" message in RDi 9.8.0.3 and 9.8.0.1. Comment
out the first WHEN clause and everything works as expected. In this case,
the %range built-in function may be the culprit.
--Reeve Fritchman
--InfusedQuality LLC
--www.ltl400.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.