Hello,
I am completely new to SAS and I am trying to make sense of the following piece of code.
(PUT(TRIM(BFT_TYPE_CODE_VALUE), $CNBS_bft_type.)) as BFT_TYPE_DESCRIPTION
length = 200
format = $200
informat = $200
label = 'BFT_TYPE_DESCRIPTION'
It is the code in brackets that I am trying to understand.
Can somebody explain in English what the code is doing?
Kind Regards
Vinnie