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



To work with literal dates in the RDi (ACS) "Run SQL Scripts" window, you
may need to cast the date like this:
yada yada = DATE('0001-01-01').

Here's a piece of code (SPS030 accepts three date data-types) to determine
if a date (2020-12-31) is between the effective and cancel dates including
when the cancel date is '0001-01-01':
AND sps030(date('2020-12-31'), gpbeff, gpbcan) = '1'

Also, remember to do this as the first executable statement in your
SQLRPGLE program:

EXEC SQL
SET OPTION CLOSQLCSR = *ENDACTGRP,
commit = *CHG,
DATFMT = *ISO,
TIMFMT = *ISO;

This ensures dates not specifically cast as ISO default to ISO; it's bitten
me twice.

On Tue, Jan 26, 2021 at 1:13 PM Alan Cassidy <cfuture@xxxxxxxxxxx> wrote:

Good afternoon Ladies and Gentlemen,

I'm trying to do a quick RPG query with an SQL cursor, but I need to be
able to input three dates, any one of which has '0001-01-01' in the
filtered subset I will try to fetch. Ran my statement in the separate
SQL scripting window (from RDi) but it threw the error that there is a
conversion error. I"m sure the above zero-one date is the culprit.

I'm sure I solved this once, years back, but if anybody has the quick
answer to as to how I can cast those dates, I'd sure appreciate it and
would send good vibes your way!

(I wouldn't even mind if our global SQL guru piped in her thoughts! You
know who you are!)

--aec

--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.