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.
Tuesday, August 16, 2022
Generating date variable
Hello all,
I have the following code:
Code:
clear
input float(qdate)
1900q1
1900q2
1900q3
1900q4
end
tempfile data
save `data'
I want to transform the output into a date variable that looks like this:
No comments:
Post a Comment