Has there been any movement on this subject in the past 10 years. Determine ODS settings I am searching for solutions. ...
Has there been any movement on this subject in the past 10 years. Determine ODS settings I am searching for solutions. ...
I've got a dataset that has id, start date and a claim value (in dollars) in each row - most ids have more than one row - some span over 50 rows. The ...
I have a SAS list. This SAS list is stored in a macro variable. Please assume that I have no table to derive this SAS list. The SAS list contains nam ...
I'm working on an automation project and was wondering if it's possible to establish a connection between MATLAB and a SAS database? ...
I need to fill the nulls of a column with the mean sum of the division of two columns multiplied by one column and rest the previous An exam ...
I need to fill the nulls of a column with the mean sum of the division of two columns An example would be Well, I would like the missing ...
The problem is I'm trying to pull in a trdate that is 4 days after the s_date I'm using sas and created a temp table for a snowflake connection label ...
The string variable is called start_date and is in the form of "SEP22", "JAN23", "MAY22" etc. I want to convert this to a date variable in the form o ...
Please excuse my lack of knowledge i'm very new to SAS. I have two tables as exampled below: T1 ID Ill_No ...
I am trying to export a dataset in my Library/Work. It shows normal in SAS. However when I export the data as CSV or txt file (either from right click ...
I am trying to read multiple sheets from an excel workbook (xlsx format) in SAS. Instead of using two separate proc imports, is there a way to simulta ...
This is complicated a little because we're using a pipeline with a filelist to compile the data, so there are 50+ datasets coming in. I need to combin ...
i know there is an easy fix to this, but i just have a hard time wrapping my head around SAS arrays. I have a dataset that has ID and BeginDate, EndDa ...
Say I had 5 years of data that were being used to calculate some measure across those aggregated years. Sometimes those are 5 consecutive years and ot ...
I have a set of variables in SAS that should be numeric but are characters. Numbers are comma separated and I need a point. For example, I need 19,000 ...
I have over 20 SAS (sas7bdat) files all with same columns I want to read in Python. I need an iterative process to read all the files and rbind into o ...
My question is really simple, hope someone deigns to answer!. Being very to new SAS, the date and its formats really is confusing me. I have timesta ...
I would like to retain the data of the first weight given by each SUBJID. How do I do that? sample data expected data: ...
From annual data : I would like to create the the data per day but I can't use the proc expand because the SAS ETS is not available. Thank you for ...
I need to find the min_week when the counter is 0 and that row's week value should continue until again the counter becomes 0. Following is an exampl ...