Blog

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 …

How to Migrate SAS Libraries from one library to another library

In this tutorial we will guide you how to Migrate SAS Libraries from one library to another library using proc migrate procedure.While migrating libraries you can set the encoding as per your requirement. Examples: Migrate SAS Libraries To migrate SAS libraries we need to follow …