Do we have to use proc format statement everytime? If I do not use the statement but I have value labels with me (out of the dataset) and I can work while I put vlaues in MSword tables, is that ok?
You can write SAS code to generate formats using the values / labels in a dataset. But normally it's faster to copy the labels from Word and paste them into your proc format code.