Dear all,
Hi, I have a variable InceptionDate. When I run "d InceptionDate", I get
storage display value
variable name type format label variable label
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
InceptionDate~S int %td.. Inception Date
I thought InceptionDate was an integer variable (e.g., 19990803), which I was intending to use to generate a %td variable. But the display format "%td.." appears to say it's already %td variable. But then again, it's not "%td". I'm not sure what to make of it.
I'd appreciate your help in how to interpret this or how to generate a %td variable. Thank you very much!
Best,
John
Hi, I have a variable InceptionDate. When I run "d InceptionDate", I get
storage display value
variable name type format label variable label
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
InceptionDate~S int %td.. Inception Date
I thought InceptionDate was an integer variable (e.g., 19990803), which I was intending to use to generate a %td variable. But the display format "%td.." appears to say it's already %td variable. But then again, it's not "%td". I'm not sure what to make of it.
I'd appreciate your help in how to interpret this or how to generate a %td variable. Thank you very much!
Best,
John
Comment