Blog

Free audiobook download sites : 5 services to download audio books

Free audiobook download sites : 5 services to download audio books

Free audiobook download – Just as the year 2020 has been considered the “year of podcasts”, many other audio content has become part of the daily lives of users. The search for the so-called “audiobooks”, the narrated books, is increasing. Whether in the car, going to work, or on …

Microsoft Teams : Creating Teams, channel and adding administrators

Microsoft Teams : Creating Teams

Microsoft Teams : Creating Teams – The Microsoft Teams became one of the most important working tools in pandemic period for those using the suite of Microsoft Office applications. Integrating voice and video chat, messenger and collaborative work tools, it is today one of the main alternatives …

WhatsApp Web : How to record voice and video calls

WhatsApp Web : How to record voice and video calls

How to record voice and video calls ? Since the beginning of 2021, the WhatsApp development team has released the possibility for users to make audio and video calls through WhatsApp Web. The version of the service for browsers makes communication with friends, co-workers and family members …

Quad-core, dual-core or Celeron: which notebook processor to choose?

Quad-core, dual-core or Celeron: which notebook processor to choose?

Which notebook processor to choose? Among the many items that must be observed in the technical specifications of a notebook , one of them is the processor. This component is primarily responsible for making the machine effectively have the power to perform a greater number of tasks in …

How to enable Parallel Processing in SAS EG

Guys if you’re looking how to enable Parallel Processing in SAS EG in Grid environment then you’re at the right place.In this tutorial we will guide you how you can allow parallel execution on the same server in SAS EG. How to enable Parallel Processing …

Execute SAS Program Via Command Line in UNIX/LINUX Console

In this tutorial we will learn how to Execute SAS Program Via Command Line in UNIX/LINUX Console.Let’s take an example what parameter needed to execute a SAS program from Console. Execute SAS Program Via Command Line <SAS PATH> -work <WORK PATH> <Code Path>/DEMO.sas Here you …

Execute Operating System Commands from Your SAS Session Using MACRO

In this tutorial we will learn how to Execute Operating System Commands from Your SAS Session Using MACRO.In this session we’re going to create a macro function which is going to be used to execute Unix/Linux commands through SAS EG session. Execute Operating System Commands …

How to Extract Date,Time and Datetime in SAS

In this tutorial we will discuss how to Extract Date,Time and Datetime in SAS using inbuilt functions.To get better understanding we will discover data and time seperately then we concatenate these to populate datatime. How to extract Date in SAS In this example we will …