So, I have got a job where fully free format RPG is used (even the D-Specs are in free).
I am confused about the use of "*N" in various declarations. Like in data structures, procedure prototypes etc.
My general understanding is that it is used as some sort of a placeholder when declarations without a name is defined.
Can someone help in understanding this?