create or replace
PROCEDURE AUTO_PREMIUM_INDICATION
(
START_YEAR IN NUMBER
, END_YAER IN NUMBER
) AS
SOURCE_SYSTEM VARCHAR(500) := '(2,3,4,14,15)';
POLICY_TYPE VARCHAR(500):= '(1,15)';
I want to convert this oracle sql code into SAS Code.
NOTE: START_YEAR and END YEAR are fixed constant passed in program,
Source System and Policy_Type are Variable names.
Are you going to continue to use Oracle from SAS? If so you can still use the Oracle stored procedure from SAS using SQL passthru.
Looks like your attachment didn't work.
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!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.