LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 15 Feb 2001 09:08:36 -0500
Reply-To:     David Tsao <dktsao@NWA.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         David Tsao <dktsao@NWA.COM>
Organization: Northwest Airlines, Inc.
Subject:      Help on MODIFIED
Content-Type: text/plain; charset=iso-8859-1

Do anyone know how to do a MODIFIED for a ARRAY element in SCL ? I have the following do loop:

ARRAY EMP(*) FIELD17-FIELD28; DO I = 1 TO 12; IF EMP{I}=_BLANK_ AND MODIFIED(EMP{I}) THEN DO; ...... END;

The error msg reads : ERROR: Line 73â Argument 1 of function MODIFIED must be a screen field.

Field17-Field28 are defined as AF screen variables .

Thanks for anyone's help !!!

David


Back to: Top of message | Previous page | Main SAS-L page