I have the following commands in SAS:
F_sectors = {'F01000', 'F02000', 'F03000', 'F04000', 'F06C00', 'F06I00','F07C00', 'F07I00', 'F08C00', 'F08I00', 'F09C00', 'F09I00'};
pce_sector = {'F01000'};
and runnig them I get the following error:
124 F_sectors = {'F01000', 'F02000', 'F03000', 'F04000', 'F06C00', 'F06I00','F07C00',
---------
180
124! 'F07I00', 'F08C00', 'F08I00', 'F09C00', 'F09I00'};
ERROR 180-322: Statement is not valid or it is used out of proper order.
125
126 pce_sector = {'F01000'};
----------
180
ERROR 180-322: Statement is not valid or it is used out of proper order.