Questions tagged [sas-studio]

SAS Studio is a SAS thin client that runs in a web browser and allows a user to connect to a SAS server and execute SAS code. It is the client that is used to run the SAS University Edition free software, as well as many paid SAS products.

SAS Studio is a SAS thin client that runs in a web browser and allows a user to connect to a SAS server and execute SAS code. It is the client that is used to run the SAS University Edition free software, as well as many paid SAS products.

http://support.sas.com/software/products/sasstudio/

http://support.sas.com/software/products/university-edition/faq/main.htm

100 questions
0
votes
0 answers

Using Velocity Template Language or SAS code in commom task model of SAS Studio

I trying to create custom task in SAS Studio. I faced with problem, that i can't use variables of or
Sanek Zhitnik
  • 716
  • 1
  • 10
  • 25
0
votes
2 answers

SAS University Edition with Virtual Box

I followed all the steps are stayed in the video (http://www.sas.com/en_us/software/university-edition/download-software.html#windows) After I click Start --> Normal Start I get the following errors and immediately this error come up Here is my…
S. Martin
  • 47
  • 1
  • 9
-1
votes
1 answer

What is the ellipse’s centroid written as a numerical vector?

I used proc corr to find pearson and plot scatter with ellipses of 70% and 90%. to finde ellipses's centroid is it the mean value of variables that were use in this process? i tried proc corr in sas studio and it provide me pearson Im expect to find…
Not AtAll
  • 3
  • 1
-1
votes
1 answer

SAS proc to display table with two variables as row and one variable as column

I have a dataset as follows: ID |----A---|-----B--| TIME 1--|----1---| ----0---| q1 2--|----0---| ----1---| q2 3--|----0---| ----0---| q3 4--|----1---| ----1---| q4 where 1 means present and 0 means not present How can I write proc…
TS01
  • 3
  • 3
-1
votes
1 answer

I have trained a Forest model in SAS Model Studio. How do I apply it in SAS Studio?

I have been using SAS Model Studio to train various models. For several models, including Linear Regression and Decision Tree models, there is a section of the output called 'Path EP Score Code' that I can copy-paste into Model studio and apply to…
F.C.
  • 93
  • 6
-1
votes
1 answer

SAS Studio mega-variable to variables

i need your help with SAS Studio, i got this variable with 200 hundred products and each of them has this ID and this one begins with 001,002,003....200 how can I split this mega-varible to variables for each product
-1
votes
1 answer

How to import a text file to SAS Studio containing SQL create and insert statements of a database?

I'm completely new to SAS Studio. I have a text file including SQL create statements and insert statements of a database, I need to import all data from this document to SAS studio to run the queries in asked in my assignment. Part of my document…
-1
votes
1 answer

SAS Fast forward a date until a limit using INTNX/INTCK

I'm looking to take a variable observation's date and essentially keep rolling it forward by its specified repricing parameter until a target date the dataset being used is: data have; input repricing_frequency date_of_last_repricing…
78282219
  • 593
  • 5
  • 21
-1
votes
1 answer

SAS: turn rows into a matrix

Hi i'm working on a project for summer school and the person teaching likes to work by row. I think it would be beneficial to turn it into a matrix and work with arrays. The current dataset looks like this: data longdata; input var1 var2…
78282219
  • 593
  • 5
  • 21
-1
votes
2 answers

Why does the Compress function not work in SAS Enterprise Guide?

I am currently restructuring my package from SAS Base to SAS Enterprise Guide in a knowledge transfer to a client. Unfortunately, one aspect I have to sacrifice is the change from using compress to strip in my proc sql left joins, for example the…
78282219
  • 593
  • 5
  • 21
1 2 3 4 5 6
7