Recent Activity
Have you ever wondered why "true north" isn't always where your compass points? 🧭 This infographic visualizes the historical shifts in Earth's magnetic north pole from 1600 to 2025, using data from NOAA National Centers for Environmental Information. Our planet is dynamic - for example: the magnetic north pole has shifted over 1,100 km since 1900, accelerating in recent decades toward Siberia.
Chasing the poles
The infographic uses two geographic maps for each pole showing the magnetic pole tracks. The yellow pin shows the True pole position. Each arrow in the vector plot shows how a compass needle would have pointed in different years from five global cities—revealing the fascinating and continuous drift between magnetic and geographic north.
The bottom bar chart shows the changes in pole movement speed. Interestingly the increased movement for the North Magnetic pole since 2000. Is a pole flip due?
Enjoy!
... View more

Labels:
0
0
Dear all,
suppose to have the following:
data DB;
input ID :$20. Admission :date09. Discharge :date09.;
format Admission date9. Discharge date9.;
cards;
0001 13JAN2015 13JAN2015
0001 13JAN2015 31MAR2015
0001 01MAR2018 30SEP2018
0001 01JAN2019 31DEC2019
0002 01JAN2015 31DEC2015
0002 01JAN2019 01JAN2019
0002 01JAN2019 15APR2019
;
Is there a way to get the following?
data DB1;
input ID :$20. Admission :date09. Discharge :date09.;
format Admission date9. Discharge date9.;
cards;
0001 13JAN2015 31MAR2015
0001 01MAR2018 30SEP2018
0001 01JAN2019 31DEC2019
0002 01JAN2015 31DEC2015
0002 01JAN2019 15APR2019
;
In other words for equal admission dates I would like to remove the rows where admission == discharge and retain all the cases where admission =! discharge. The first case occurs because there is an emergency department access while the second is a real admission.
Can anyone help me please?
Best
... View more

0
5
Does anyone know what kind of a regression model (with or w/o intercept) is used to build a regression line in the proc sgplot? I want to add the model parameters to the graph but I am not sure which model corresponds to the reg line in the sgplot when we use reg statement there. I checked the documentation for the proc sgplot but did not find any info regarding this.
... View more

0
3
Hello, I am trying to initiate a batch program run using the sas-viya CLI. Our POC environment has been integrated with OAuthv2 and LDAP (SSO). To run the program, I first ran the auth login command to generate a token and then tried submitting the program as follows. It gives me an error and the program does not get submitted. Has anyone encountered this error? Batch plugin version: sas-batch-cli-40.2.13-20250307.1741305600 AUTH plugin version: 1.29.3 SAS Viya release: 20250211 ./sas-viya auth login Enter credentials for https://viya-poc.mycompany.com: Userid> johndoe Password> Login succeeded. Token saved. ./sas-viya batch jobs submit-pgm --context default --pgm-path /home/johndoe/test.sas Failed to create the file set. The request was not performed because of the following internal error: Folders.CreateFolder: parentURI must not be empty
... View more

0
9
Sometimes you hit “post” and our platform whisks your stuff to our spam quarantine. Unfortunately technical content, with code and arcane symbols, is susceptible to being detained. Good news: It’s now easy to alert community admins to release falsely imprisoned posts.
... View more

2
45
Unanswered topics
These topics from the past 30 days have no replies. Can you help?