Hi,
I have asked similar question regarding formats earlier..
How can I create a charecter variable DISP shown below with a specific length for example length=2
DISP=put(DischargeDispositionkey,dispkey.);
Thanks
By using the length statement:
length DISP $2;
Not entirely sure what your question is, perhaps provide test data in the form of a datastep and required output.
Thanks for the reply.
DISP=put(DischargeDispositionkey,dispkey2.);
cant I use like this while the format is being applied itself???
Thanks
I can't remember from top of my head (I avoid using formats), this is a user format yes? You can try it, but I believe the format itself is just a display thing and length doesn't affect user formats. You could of course do:
DSIP=substr(put(DischargeDispositionkey,dispkey.),1,2);
You absolutely can do this. That's the reason that is illegal to name a user-defined format ending with a number. It gives you the flexibility to add the width later, when using the format.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.