programming
CategoryCreating a SAS data set from a raw data file in fixed field format
Find below a sample raw data file. It’s a simple txt file with four columns. Data in each column starts from the same point, i.e. this is…
SAS at Backend when creating a new SAS dataset from a raw dataset
A typical SAS program to create a SAS dataset:
data try; infile rawfile ‘path_to the_rawfile.txt’; input var1 1-5 var2 $ 7-12 var3...introduction to microservices
Microservices is an architecture based on the principle of a distributed system. It combines several independent services that are easy t…
Warning: Undefined array key 0 in /mnt/www/bitarray/wp-content/themes/heap/inc/extras.php on line 273
quick overview on yaml
YAML: YAML Ain’t Markup Language. YAML is a data serialization language which is quite easy to read as compared to XML and JSON. It is ve…