The attachment was in Windoze's "text document" ANSI format. Not sure
what code page that is other than it's the "UK" one (not pure ASCII.)
When I copied the original BIO.ISP to BIO.txt, all the "¬" (ASCII x'AA')
were changed to "ª" in Windoze. So I replaced all the "¬" with "@" in
SPF/PC then, in Windoze, changed all the "@" back to "¬", which then
stayed shown as "¬"; so I attached that.

On 25/04/2020 07:29, Paul Gilmartin wrote:
> 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
> .
>

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

Reply via email to