Hi all,
I would like to generate a new variable from 2 variables: b_macob and b_pacob
i input :
generate S = (if b_pacob >=5 | if b_macob >=5)
however it returns "ifb_pacob not found"
please what is my mistake and how do i fix it?
I would like to generate a new variable from 2 variables: b_macob and b_pacob
i input :
generate S = (if b_pacob >=5 | if b_macob >=5)
however it returns "ifb_pacob not found"
please what is my mistake and how do i fix it?
Comment