BookmarkSubscribeRSS Feed
sunilchloyola
Calcite | Level 5

Hi All,

We are using SAS EG 4.3 version in which we have created prompts for numeric columns, in some cases we have to test the .egp with numerical missing values.

As per our SAS numerical missing would be dot (.) but in my case it is resolving space.

I have checked in SAS EG version 4.1.3 it is resolving numerical missing prompt value as a dot (.) for the below mentioned sample code but in 4.3 version am getting  space value instead of DOT (.)

ex:

%PUT &su._5;

DATA _NULL_;

X=&su;

PUT X=;

RUN;


When i pass the prompt value 123 it's getting resolved but for missing value am getting below mentioned error in EG v4.3

ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, a numeric constant, a datetime constant,

              a missing value, INPUT, PUT.



kindly do needful.....

Thanks,

Sunil Ch.

1 REPLY 1
TomKari
Onyx | Level 15

In the prompt specification, are you sure that you're specifying that the value is numeric? <space> is the missing value for character variables.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 747 views
  • 0 likes
  • 2 in conversation