On Sat, 25 Apr 2020 03:15:12 +0100, CM Poncelet wrote:

>"¬" (NOT)
> 
I inferred as much.  What code page was your attachment?

>> On Fri, 24 Apr 2020 07:01:52 +0100, CM Poncelet wrote:
>>>      ...
>>> CHECK_DATE:
>>> /* CHECK THAT DATE IS NUMERIC AND IN THE CORRECT FORMAT */
>>> IF DATATYPE(Q,N) �= 1 ,
>>> |  DATATYPE(SUBSTR(Q,1,4),W) �= 1 ,
>>> |  DATATYPE(SUBSTR(Q,6,4),W) �= 1 ,
>>> |  LENGTH(Q) �= 9 ,
>>> |  SUBSTR(Q,5,1) �= '.' THEN ,
>>>    ...
>> What charset/CCSID is that supposed to be?
>>
>> -- gil
>>
>> ----------------------------------------------------------------------
>> For IBM-MAIN subscribe / signoff / archive access instructions,
>> send email to [email protected] with the message: INFO IBM-MAIN
>> .
>>
>
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to