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)

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 2069 views
  • 0 likes
  • 5 in conversation