05-10-2024
KaueMAlmeida
Obsidian | Level 7
Member since
08-29-2021
- 17 Posts
- 5 Likes Given
- 0 Solutions
- 19 Likes Received
-
Latest posts by KaueMAlmeida
Subject Views Posted 2283 05-10-2024 01:53 AM 3479 04-30-2022 09:42 PM 3301 01-14-2022 12:00 PM 1025 01-09-2022 11:15 PM 1680 01-08-2022 09:35 PM 1355 01-08-2022 08:56 PM 1204 01-04-2022 05:57 PM 1314 12-24-2021 08:41 PM 5966 12-23-2021 08:54 PM 1409 12-23-2021 05:17 PM -
Activity Feed for KaueMAlmeida
- Liked Re: How do I add another worksheet to an existing workbook? for Ksharp. 05-10-2024 01:58 AM
- Posted Re: SAS Enterprise Guide on SAS Enterprise Guide. 05-10-2024 01:53 AM
- Tagged Re: Addition on SAS Programming. 04-30-2022 09:43 PM
- Posted Re: Addition on SAS Programming. 04-30-2022 09:42 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 02-16-2022 06:10 AM
- Got a Like for Re: SAS University edition on a MacBook.. 01-14-2022 04:57 PM
- Got a Like for Re: SAS University edition on a MacBook.. 01-14-2022 01:08 PM
- Posted Re: SAS University edition on a MacBook. on New SAS User. 01-14-2022 12:00 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 01-10-2022 12:23 PM
- Got a Like for Re: Help with filtering logic.... 01-10-2022 01:45 AM
- Posted Re: Help with filtering logic... on SAS Programming. 01-09-2022 11:15 PM
- Posted Re: SAS enterprise guide 8.3 project tree on SAS Enterprise Guide. 01-08-2022 09:35 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 01-08-2022 09:01 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 01-08-2022 09:00 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 01-08-2022 09:00 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 01-08-2022 09:00 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 01-08-2022 09:00 PM
- Got a Like for Re: Discussão: Como escrever um código limpo. 01-08-2022 09:00 PM
- Posted Re: Discussão: Como escrever um código limpo on Forum em português. 01-08-2022 08:56 PM
- Liked Re: Discussão: Como escrever um código limpo for Wanderico_Icatu. 01-08-2022 08:54 PM
-
Posts I Liked
Subject Likes Author Latest Post 2 1 2 2 1 -
My Liked Posts
Subject Likes Posted 3 01-14-2022 12:00 PM 1 01-09-2022 11:15 PM 8 01-08-2022 08:56 PM 1 12-23-2021 04:48 PM 4 12-24-2021 08:41 PM
05-10-2024
01:53 AM
I have faced problems like this sometimes. I'll let a hint here.
The correct hostname and port number were specified.
Check if you have access to the server that you are trying to access to. Maybe you have a valid license to access SAS but don't have access to some servers.
... View more
04-30-2022
09:42 PM
The statement SELECT into PROC SQL is used for selecting some observations in your database. You need to summarize the results to achieve 31.
... View more
- Tags:
- 3
01-14-2022
12:00 PM
3 Likes
SAS On Demand for Academics (ODA) uses a server provided for SAS Institute. When you logon into ODA a request for a server is made, so you are demanding a server for academical use. That's the reason for it's name: On Demand for Academics.
The server runs SAS Studio, that is a kind of a source code editor where you can use SAS Base language. This code is compiled and processed in a server provided by SAS Institute.
After log on SAS ODA you can see which server you are demanding for use at the upper right.
SAS ODA
... View more
01-09-2022
11:15 PM
1 Like
I haven't tried this code, but it something like that...
If A < B or A < C then A = .;
If A gt B or A gt C then A = .;
Those variables are numerical? What kind of values do you have on each column? May you will have some problem when calculating the values.
... View more
01-08-2022
09:35 PM
Hi,
I do not have SAS EG on my PC, so I understood what I've said but I could not have a idea or a image on my mind of this options at SAS EG.
Do you wanna run your code and after finishing the process automatically replace the datasets of the process tree?
Could you improve your doubt with some images? Just for illustrating.
Tks.
... View more
01-08-2022
08:56 PM
8 Likes
Nesse caso vc está falando de identação. A sua identação, ao meu ver, está praticamente perfeita, de modo que a manutenção e continuidade do código pode ser feita com facilidade por qualquer um que tenha conhecimento em SAS BASE. A dúvida do carinha do tópico estava relacionada c/ fazer várias PROC SQL ou apenas um com variáveis/macros (% let) para tornar o processamento mais rápido. No demais, parabéns pela identação. Vou aderir hahaha
... View more
01-04-2022
05:57 PM
Hi, Try doing a LEFT JOIN instead of MERGE. Use the column ID for doing the JOIN function.
... View more
12-24-2021
08:41 PM
4 Likes
@Reeza wrote: If you're on Viya you can use SAS, SQL, R or Python. @Faizanshaikh wrote: Hello, Can any one tell me which language we use for sas programming. You forgot Lua Programming. The following link has some information about Lua Programming and SAS. https://developer.sas.com/guides/lua.html
... View more
12-23-2021
08:54 PM
2 Likes
I can't imagine some error during debugging process. At Enterprise Guide you must press the F5 key at your keyboard. It will open the Data Step Debugger. After this, you should see something like the picture below. The Enterprise Guide compiles your code in real time, during the execution process. The debugger runs your code at the same time that reads your tables and their data. You also can write some conditionals (e.g. if/else) statements to interact with your data using the _N_ and the _ERROR_ for checking something at the code, for example. Anyway, could you post a picture from the error?
... View more
12-23-2021
05:17 PM
Actually I was doing the risk solution/management classes for banking industries. I guess that the correct name is SAS Asset Liability Management Solution. We used to use SAS Enterprise Guide, SAS Infrastructure for Risk Management, SAS High Performance Risk and some other SAS Softwares. At that moment the instructor gave to me a lifetime license to SAS Enterprise Guide and the client installer but unfortunately I lost it. I also have done SAS Programming 1 and SAS Programming 2 courses. I'll check with the SAS Administrators at the company that I've worked.
... View more
12-23-2021
05:14 PM
They gave me a access for the online training but also gave me the installer of EGuide. I used to use SAS EGuide for some calculations that at the future are supposed to be deployed in charts.
... View more
12-23-2021
05:01 PM
I've done some courses in the SAS Office at Sao Paulo, Brazil. At that moment they give to the students a version of SAS EGuide Client installer but I lost my hard disk... I tried SAS Studio but it isn't the same thing.
... View more
12-23-2021
04:48 PM
1 Like
It seems that you don't have access to replace the Access database. Isn't the file being used for your SAS process? This could be a reason for your problem. Try creating a new file and then merge with the previous file.
... View more
12-23-2021
04:38 PM
Hi everyone, Are there some way for getting the client of SAS EGuide instead of SAS Studio? Tks.
... View more