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.

 

 

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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