Dear Cynthia    I would like to thank you very much for your help and support,it's my first  time to post any question with SASsupport communities.    i have SAS on demand SAS studio, and when i proceed it the statement you  send and using my user ID still did not work, please see below reply when i  run it    1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;  72  73 libname PG1'home/u50254657/EPG1V2/data'  74  75 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;  _______  22  ERROR: Libref PG1 is not assigned.  ERROR: Error in the LIBNAME statement.  ERROR 22-7: Invalid option name OPTIONS.  76 ODS HTML CLOSE;  77 &GRAPHTERM; ;*';*";*/;RUN;QUIT;  78 QUIT;RUN;  79 ODS HTML5 (ID=WEB) CLOSE;  80  81 ODS RTF (ID=WEB) CLOSE;  82 ODS PDF (ID=WEB) CLOSE;  NOTE: ODS PDF(WEB) printed no output.  (This sometimes results from failing to place a RUN statement  before the ODS PDF(WEB) CLOSE statement.)  83 FILENAME _GSFNAME;  NOTE: Fileref _GSFNAME has been deassigned.  84 DATA _NULL_;  85 RUN;  NOTE: DATA statement used (Total process time):  real time 0.00 seconds  user cpu time 0.00 seconds  system cpu time 0.00 seconds  memory 461.84k  OS Memory 22952.00k  Timestamp 11/30/2020 04:42:37 AM  Step Count 29 Switch Count 0  Page Faults 0  Page Reclaims 24  Page Swaps 0  Voluntary Context Switches 0  Involuntary Context Switches 0  Block Input Operations 0  Block Output Operations 8        
						
					
					... View more