[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR Warning
Use
to_char(P.TEST_DT ) &P.TEST_DT
in your select statement. I encountered this and this is an easy solution.
-Mark
Pam Lantzy wrote:
> Hi,
>
> I am getting the following warning:
>
> (SQR 7501) Using YY edit mask from (DD-MON-YY) against (1999)
>
> The line of code is within a begin-select. I have selected P.TEST_DT and now
> I want to move it to a variable.
>
> move &P.TEST_DT to $TEST_DT_INPUT
>
> Any way I can get rid of this warning?
>
> Thanks Pam
- References:
- SQR Warning
- From: Pam Lantzy <plantzy@UAMAIL.ALBANY.EDU>