| The FCMP Procedure |
| STRUCT structure-name variable; |
| Arguments |
specifies the name of a structure that is defined in a C-language package and declared in PROC FCMP.
specifies the variable that you want to declare as this structure type.
| Examples |
The following is an example of the STRUCT statement.
struct DATESTR matdate; matdate.month = 3; matdate.day = 22; matdate.year = 2009;
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.