Hello I have a parameter that get values : a,b,c,d,e I have proc print that run on tables: tbl_a , tbl_b ,tbl_c, tbl_d, tbl_e And in each report there is a title statement (Title "&Param.") My request : Each time that value "a" is on title of proc print I want to write "Group1". Each time that value "b" is on title of proc print I want to write "Group2". Each time that value "c" is on title of proc print I want to write "Group3". Each time that value "d" is on title of proc print I want to write "Group4". Each time that value "e" is on title of proc print I want to write "Group5". How can I do it please
... View more