I cannot run nonparametric survival analysis with SAS OnDemand for Academics anymore.
It appears this error:
@VitoAmoroso wrote:
I cannot run nonparametric survival analysis with SAS OnDemand for Academics anymore.
It appears this error:
7976ERROR 79-322: Expecting a (.ERROR 76-322: Syntax error, statement will be ignored.Is there any solution?
Hard to tell since you did not share the full log for the step.
Thanks for your reply. This is the full log:
Here is proper log entry showing a similar error I generated. Best is to copy the text from the log for the entire procedure or data step, on the forum open a text box using the </> and paste the text. The result would look like:
100 data junk; 101 x = rand 'integer',5); --------- 22 76 ERROR 22-322: Syntax error, expecting one of the following: (, [, {. ERROR 76-322: Syntax error, statement will be ignored. 102 run;
The text box is important to preserve formatting as the forum software will reformat text so the indicators of where the error is detected, the underscore characters, will not appear where they should.
The fix is usually to enter a ( in the appropriate place:
103 data junk; 104 x = rand ('integer',5); 105 run; NOTE: The data set WORK.JUNK has 1 observations and 1 variables. NOTE: DATA statement used (Total process time): real time 0.01 seconds cpu time 0.00 seconds
HI
I am getting this error message - suddenly, I lost ability to input from task and utility non parametric survival (0) all other numbers work well. Any help would be appreciated (see error message below)
Gustavo
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.