Steve Mitchell · @SteveMino
98 followers · 495 posts · Server mastodonapp.uk
uanews · @uanews
12471 followers · 6208 posts · Server fed.celp.de

⚡️At the request of the and , the Government of Norway extended the agreement with the airline company on the medical evacuation of Ukrainian patients to hospitals in Europe from May 1 to August 31.

Since the start of the medical evacuation, has provided… nitter.lacontrevoie.fr/i/web/s

Original tweet : twitter.com/RubrykaEng/status/

#EU #Ukraine #SAS #Norway

Last updated 1 year ago

affeu · @affeu
1149 followers · 2161 posts · Server det.social

5/x Inhaltswarnung: Das Video zeigt die Ermordung eines unbewaffneten Zivilisten in . Der Ex- Veteran wurde nun von der australischen Bundespolizei festgenommen und steht heute zur Anklageerhebung vor Gericht.

#afghanistan #SAS

Last updated 1 year ago

affeu · @affeu
1149 followers · 2157 posts · Server det.social

: Anklage gegen Ex Veteran wegen . Dem Veteran (Australian Defence Force ) wird die Ermordung einer Person in vorgeworfen. Der Fall könnte einen internationalen Präzedenzfall schaffen. abc.net.au/news/2023-03-20/for

#queanbeyan #australien #SAS #kriegsverbrechen #ADF #afghanistan

Last updated 1 year ago

Jim Breeds · @jimbreeds
87 followers · 679 posts · Server mastodonapp.uk

Six from Scandinavian Airlines System showing interior of a SAS DC6 "Cloudmaster" that I sold on ebay a while ago.
2 of 2

#postcards #aviation #dc6 #SAS #cloudmaster #postcard

Last updated 1 year ago

Jim Breeds · @jimbreeds
87 followers · 680 posts · Server mastodonapp.uk

Six from Scandinavian Airlines System showing interior of a SAS DC6 "Cloudmaster" that I sold on ebay a while ago. When pipe smoking on board was a thing!
1 of 2

#postcards #aviation #dc6 #SAS #cloudmaster #postcard

Last updated 1 year ago

Allan Bowe · @allan
0 followers · 35 posts · Server social.4gl.io

Develop on one flavour - deploy to three!

1.
2. SAS 9 EBI
3. SASjs Server

is mostly TypeScript but there is one SAS Language library - @sasjs/core.

Each macro has a prefix - eg:

- Viya: `mv_*`
- SAS 9: `mm_*`
- Base: `mf_*` & `mp_*`

Cross Platform macros are prefixed `mx_*`:

* mx_createwebservice -> create web ready Job / STP
* mx_getcode -> fetch source code from Job / STP
* mx_testservice -> test a web service from a SAS session

Docs below.

core.sasjs.io/dir_fbd73da3281f

#SAS #sasviya #SASjs

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 34 posts · Server social.4gl.io

As a developer, how do you get your local files onto a remote SAS server?

🗄️ - Right click / upload to Studio is a manual approach
🗄️ - SSH is ideal if your admin / firewall allow it
🗄️ - Bouncing files via GIT is a gross misuse, but it works

For everyone else - there's

Using EITHER the CLI or VS Code Extension you can synchronise one or more local directories with a remote filesystem

Works on all flavours of SAS, and 100% MIT open source

youtube.com/watch?v=bEX7QjHeON

#sasviya #SASjs #SAS

Last updated 2 years ago

Joe Steinbring :thisisfine: · @joe
325 followers · 1919 posts · Server toot.works

This past spring, I booked from the US to Italy on . The flight was rescheduled over and over again and then just cancelled. The only afordable option left was . I'm not doing that a second time.

I don't trust .

#SAS #turkishairlines

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 33 posts · Server social.4gl.io

4 ways to generate in

1. DI Studio in SAS 9 EBI
2. Data Studio in Viya
3. Log Scanners
4. Doc

There are many firms working on option 3 (ourselves included) however option 4 is a great solution if you'd like quick and TIDY results!

To implement - just set the relevant program headers and run `sasjs doc` or click the "docs" button in the SASjs VS Code Extension.

No SAS required - it works purely on SAS program logic!

youtube.com/watch?v=Sb1DqTLgVy

#datalineage #SAS #SASjs

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 32 posts · Server social.4gl.io

The Information Delivery Portal has been a mainstay of BI reporting for well over a decade

The interface is based on "portlets", containing dashboards, reports, static HTML, Stored Process output etc

Being heavily integrated with metadata it's now going the way of AF/SCL and SAS/Intrnet - ie, no longer supported

We can help you migrate to a new portal on your EXISTING platform that can be migrated to at a later date - ie, to fit with YOUR timelines

4gl.io/about

#SAS #sasviya

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 31 posts · Server social.4gl.io

In Data Controller for SAS® all changes to target tables are tracked in an audit table.

This makes it easy to see what changes happened where, by whom, and when.

Are you a making manual changes to data in ? Loading Excel into ?

You NEED this tool.

Free for 5 users!

youtu.be/EUeIlr6KJK8

#SAS #datagovernance #sasviya #sasprogrammer #datacapture

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 30 posts · Server social.4gl.io

With your client terminal can execute code:

-> On Viya, EBI, or Foundation Server
-> Without local SAS
-> Without SSH

The command is `sasjs run` and the article below shows how you can use it on a Viya 4 instance!

communities.sas.com/t5/SAS-Hac

#SASjs #SAS #sasviya #sashackathon #sasadmin

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 30 posts · Server social.4gl.io

Do you receive password-protected Excel?

How do you load them in ?

With Data Controller for SAS®, you upload directly!

Just drag it in, enter the password, and submit.

Zero code, zero ETL, full governance & quality control.

Data Controller works on ALL flavours of SAS (Viya, EBI, Base) and is free for up to 5 users

4gl.io/dcb

youtube.com/watch?v=b2lfBCkdvB

#SAS #sasapps #sasviya #datagovernance

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 28 posts · Server social.4gl.io

BREAKING CHANGE!

`noTabIndentation` would previously flag a WARNING when a program contained indentation using the TAB character ('09'x).

We now check for the existence of ANY tab characters in a SAS program, and changed the setting to `noTabs`.

If your SAS logic requires the use of a tab character, you are strongly encouraged to use the hex literal '09'x instead - which is far more explicit and less likely to be caught by 'tab-to-space' settings in various IDEs.

github.com/sasjs/lint

#SAS

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 27 posts · Server social.4gl.io

Data Controller for SAS® works on Base SAS!

Thanks to Server - an open source REST API for SAS - you can run on desktop or your SAS Foundation server.

is actually lightning quick in this mode!

Do you run Foundation ? Looking to improve your ?

Data Controller is free for 5 users. Also available on SAS EBI (Stored Processes) and (3.5 or 4).

PM for details

vid.4gl.io/w/auvPGmR5A3pgJVqFS

#SASjs #DataController #SAS #datagovernance #viya

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 26 posts · Server social.4gl.io

If you are a App developer making the foray into Web Development, this article will be of interest.

It explores the process of cloning / building / deploying an app with the bare minimum of dependencies - just @sasjs/adapter and @sasjs/core.

You will need a local instance of NPM and optionally, @sasjs/cli to build and deploy. The example is on , but could just as easily be SAS 9 EBI, or even Foundation SAS running @sasjs/server.

medium.com/swlh/building-an-ht

#SAS #viya #SASjs #javascript #js

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 25 posts · Server social.4gl.io

Our main product helps customers onboard ad-hoc data 99% faster, whilst significantly improving data security and governance. We do this by simply eliminating the need to build/deploy jobs, using "schema on write", with a browser based workflow. It works completely within SAS, and is free for up to 5 users.

datacontroller.io

We also open-sourced the underlying devOps framework to help SAS programmers work natively with GIT.

github.com/sasjs

#SAS

Last updated 2 years ago

Allan Bowe · @allan
0 followers · 24 posts · Server social.4gl.io

Data Controller for SAS® was deployed at Allianz to enable controlled ingestion of spreadsheet data for a bitemporal reporting system in the actuarial team.

By using , the actuarial team at Allianz were able to upload data from multiple sources, directly into their browser - and have it merged into their reporting database (after 4-eyes approval) as part of an automatic and fully auditable business process.

datacontroller.io/allianz-insu

#DataController #SAS #viya #datagovernance #sassoftware

Last updated 2 years ago

The Crusader Project · @crusaderproject
280 followers · 312 posts · Server mastodonapp.uk

Not going to do this very often, but this by the author of The Phoney Major is an astonishingly good thread. @worldwarshistory @militaryhistory twitter.com/PhoneyMajor/status

#SAS

Last updated 2 years ago