yongyitian 发表于 2013-3-12 22:51 
I run the code again, did not see any warning message. But the title is not shown in the html outp ...
NOTE: CALL EXECUTE generated line.
1 + title 1 h=10pct "Q1 Process: What is your Name ";
WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.
1 + proc
print data=a; run;
NOTE: There were 3 observations read from the data set WORK.A.
NOTE: PROCEDURE PRINT used (Total process time):
real time 0.32 seconds
cpu time 0.03 seconds
2 + title 2 h=10pct "Q2 Process: what is your city ";
WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.
2 + proc
print data=a; run;
NOTE: There were 3 observations read from the data set WORK.A.
NOTE: PROCEDURE PRINT used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
3 + title 3 h=10pct "Q3 Process: what is your address ";
WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.
3 + proc
print data=a; run;
NOTE: There were 3 observations read from the data set WORK.A.
NOTE: PROCEDURE PRINT used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds