Hello Reeza, Here's what I tried: 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
55
56 proc sgplot data=d;
57 scatter x=cd*r y=r*p;
_ _
79 22
200 200
ERROR 79-322: Expecting a Y.
ERROR 22-322: Syntax error, expecting one of the following: ;, /.
ERROR 200-322: The symbol is not recognized and will be ignored.
58 run;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE SGPLOT used (Total process time):
real time 0.02 seconds
cpu time 0.01 seconds
59
60 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
72 Also I am trying to build a line plot. Will series be the same thing that will help me here. I am new to SAS coding hence, such questions. Apologies
... View more