Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by matthijs1

  1. matthijs1

    create several variables in do loop by concatenating already existing

    Hello, The problem I have is the following: In my program, I want to create a new variable when a current variable has a missing value. This is what I already have: data basetabel_imputed; set basetablenum; array wit{*} _numeric_; do i=1 to dim(wit); if wit(i)=. then do; wit(i)=...

Part and Inventory Search

Back
Top