This method is used to convert a binary value to a string value.
b2c(binstring)
binstring − The binary string value.
This method is used to convert a binary value to a string value.
/* Main program */ options arexx_bifs say b2c('00110011')
When we run the above program we will get the following result.
3