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 (June 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 6 Jun 2005 21:58:15 -0700
Reply-To:     Arash <amahdian@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Arash <amahdian@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Is there a way to check whether a matrix is Null?
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

Is it possible to check whether a matrix my_matrix is null? If I try

if nrow(my_matrix) then .....

and the matrix is null, I receive the "Matrix has not been set to a value." error message.

Thanks


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