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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.