QUICK conditional compile
James B. Byrne
byrnejb at harte-lyne.ca
Tue Oct 17 08:51:20 CDT 2023
I cannot see what I am doing wrong in the following case.
:QDESIGN CC="(QKAPSPN)"
>
> @IF QKAPSPN
> SCREEN QKAPSPNC RECEIVING ACCOUNTS, VENDOR-DETAIL &
> @ELSE
> SCREEN QKARSPNC RECEIVING ACCOUNTS, ACCOUNT-DETAIL &
> @ENDIF
> ACTIVITIES FIND
>
> TEMPORARY QKT-SNAME CHARACTER SIZE 38 INITIAL &
> @IF QKAPSPN
> "QKAPSPN V 1.2 - AP Special Notes "
> @ELSE
> "QKARSPN V 1.2 - AR Special Notes "
> @ENDIF
>
> TEMPORARY QKT-SYSTM CHARACTER SIZE 38 INITIAL SYSNAME
>
> FILE ACCOUNTS MASTER
>
> @IF QKAPSPN
> FILE VENDOR-DETAIL MASTER ALIAS ACCT-DETL
*E* MASTER files must be declared by the RECEIVING option.
> @ELSE
> FILE ACCOUNT-DETAIL MASTER ALIAS ACCT-DETL
> @ENDIF
>
Can anyone else see the cause of this?
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
Unencrypted messages have no legal claim to privacy
Do NOT open attachments nor follow links sent by e-Mail
James B. Byrne mailto:ByrneJB at Harte-Lyne.ca
Harte & Lyne Limited http://www.harte-lyne.ca
9 Brockley Drive vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada L8E 3C3
More information about the powerh-l
mailing list