Is there a maximum length of the character variable "buffer" in the intrinsic routine GETARG?
CALL GETARG(n,buffer[,status])
I am making a call with the variable "buffer" defined with len=255. When I try to get an argument with > 133 characters, I only get the first 133. The return value of staus is 133.