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

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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