Hi sir ,
I am typing this code
data test ;
input dob ;
informat dob date9. ;
format dob date9. ;
datalines;
01jan2017
;
run
still i m getting output 01jan201
but on other system i m getting correct output
kindly help me out in resolving this problem
thank you.
Your output is correct ... you just can't see it all. Try expanding the width of the column, so it can display the entire value.
Agreed.
It works fine, try using PROC PRINT to view the output instead.
@sanyam1 wrote:
Hi sir ,
I am typing this code
data test ;
input dob ;
informat dob date9. ;
format dob date9. ;
datalines;
01jan2017
;
run
still i m getting output 01jan201
but on other system i m getting correct output
kindly help me out in resolving this problem
thank you.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.