× 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.





 >> 1.  If you define a date with type L on the screen.  This field may not
be left blank and the users must enter 0001-01-01.

Not true - in the same release (V4R2) that Rochester added L types to display
files they also added the MAPVAL keyword.  Adding MAPVAL(('00001-01-01' *BLANK))
to the filed definition will give you what you want and avoid the users having
to see the low value on the screen.  MAPVAL will convert both on input and
output.

Also you might want to note that just because you store your dates in *ISO
doesn't mean you have to display them that way.  Adding a DATFMT(*USA) to the
display DDS for example will cause the format to be modified to MM-DD-YYYY on
output.  Dates within the 1940 - 2039 window can even be reformatted to *MDY or
other two digit date values.

2.  Doing a cpyf if the field is blank, it is initialized to the current date.

Only if you fail to specify a default value for the date on the file (sorry -
can't recall the keyword). Current date is only used when you don't tell it
anything else to use.


+---
| 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 thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.