BookmarkSubscribeRSS Feed
Cnord
Calcite | Level 5

I am having a problem in this coding. I cannot figure out what is the problem with the operands "[". Can anyone helping me out ?first part.JPGsecond part.JPGthird part.JPG

 

3 REPLIES 3
Rick_SAS
SAS Super FREQ

The error is on the statement

u1[i] = u1;

 

The left hand side is a scalar. The right hand side is a vector.

Cnord
Calcite | Level 5
however when i remove the statement :
u1[i]=u1
another error occurs.
Error: matrix is not defined
the error occur at the statement
u1=u[p+1:t,]
where the error occurs at the operand '[' also
Rick_SAS
SAS Super FREQ

If you would like help, please

1. Present your program as text (click the "running man" icon), not as a screen capture

2. State what you are trying to accomplish

3. For best results, include sample data so that others can run your program.

 

 

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

From The DO Loop
Want more? Visit our blog for more articles like these.
Discussion stats
  • 3 replies
  • 1149 views
  • 0 likes
  • 2 in conversation