Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
Thursday, October 28, 2021
converting dates (year and month)
Dear All, Is there a more concise way to go from date to newdate below? Thanks.
Code:
* Example generated by -dataex-. For more info, type help dataex
clear
input str6 date float newdate
"202101" 732
"202102" 733
end
format %tm newdate
No comments:
Post a Comment