In SAS, when using the concatenation operator || with a numeric variable like p, SAS automatically converts p to a character string using the BEST12. format, which is right-aligned with leading spaces. Thus, p becomes 8 spaces followed by 5461, yielding 1001/ 5461.