BookmarkSubscribeRSS Feed
medanesh
Calcite | Level 5

I'm trying to use INTCK with a custom calendar. For that I have to set the INTERVALDS option of SAS. For some reason my SAS keeps giving me the Error that it doesn't recognize the option. Here is the exact line I'm submitting and the error I'm getting.

options intervalds=(BankingDays=BankDayDS);

ERROR 13-12: Unrecognized SAS option name, INTERVALDS.

By the way even when I go to Tools>Options>System>Input Control>Data Processing (this is where the INTERVALDS option should be), I don't see it.

Any help is appreciated.

m

5 REPLIES 5
Howles
Quartz | Level 8

Are you using Version 9.2 or later?

medanesh wrote:

I'm trying to use INTCK with a custom calendar. For that I have to set the INTERVALDS option of SAS. For some reason my SAS keeps giving me the Error that it doesn't recognize the option. Here is the exact line I'm submitting and the error I'm getting.

options intervalds=(BankingDays=BankDayDS);

ERROR 13-12: Unrecognized SAS option name, INTERVALDS.

By the way even when I go to Tools>Options>System>Input Control>Data Processing (this is where the INTERVALDS option should be), I don't see it.

Any help is appreciated.

m

medanesh
Calcite | Level 5

Yes, I'm using SAS 9.2 on Windows 7.

Ksharp
Super User

I think your SAS9.2 is the first version .

Using %put &sysvlong ; Check your sas version.

And Using

proc options option=intervalds  ;run;

Check whether your SAS has such option.

Ksharp

Bautista
Calcite | Level 5

I did that and I obtained this...

9.02.01M0P020508


10001  proc options option=intervalds  ;run;

    SAS (r) Proprietary Software Release 9.2  TS1M0

ERROR: Unrecognized SAS option name, INTERVALDS.

NOTE: The SAS System stopped processing this step because of errors.

NOTE: PROCEDURE OPTIONS used (Total process time):

      real time           0.00 seconds

      cpu time            0.00 seconds

So I think that means I am using the correct version, yes? The INTERVALDS option is supposed to be available to me, correct? Why it not is available?

art297
Opal | Level 21

No.  Your system is 9.2 phase 1 (i.e., TS1xx).  You need at least 9.2 phase 2 (i.e., TS2xx)

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 5 replies
  • 1379 views
  • 0 likes
  • 5 in conversation