All Posts

Data Management | Learn SAS | Programming Tips
Leonid Batkhan 0
Modifying variable attributes in all datasets of a SAS library

Using the DATASETS procedure, we can easily modify SAS variable attributes such as name, format, informat and label: proc datasets library=libref; modify table_name; format var_name date9.; informat var_name mmddyy10.; label var_name = 'New label'; rename var_name = var_new_name; quit; We cannot, however, modify fixed variable attributes such as variable type

Data Management
Jim Harris 0
The growing importance of big data quality

Our world is now so awash in data that many organizations have an embarrassment of riches when it comes to available data to support operational, tactical and strategic activities of the enterprise. Such a data-rich environment is highly susceptible to poor-quality data. This is especially true when swimming in data lakes –

Analytics
Juan Montero 0
How do you feel about analytics?

People say that the world has changed, but I think it'd be more accurate to say that people that have changed the world. Social media, big data, big analytics, internet of things … whether you're an executive, a data scientist, or a student, when you hear these buzzwords, you have

Fraud & Security Intelligence
0
The Common Reporting Standard: an opportunity and a challenge for tax authorities

Cooperation and information sharing between tax authorities around the world can help ensure that taxpayers pay the right amount of tax to the right jurisdictions. The Common Reporting Standard (CRS) is an agreement between countries in the Organisation for Economic Co-operation and Development to collect and share data from their financial institutions annually. This remarkable achievement

1 457 458 459 460 461 689