i have issue with the output of proc document,' i have 300 characters that need to be printed in proc document but it is showing only 244 characters. input: proc document name=work.tables; setlabel \EXXXXXX "EXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; setlabel \EXXXXXX "EXXXXXX- XXXXXXXXXXXXXXXXXXXXXXXXXX"; run; Output: EXXXXXX "EXXXXXXX EXXXXXX EXXXXXX- XXXXXXXXXXXXXXXXXXXXXXXXXX the first one not printing fully, only 244 characters are printing, how to increase the length to print more. @Ksharp @Ksharp
... View more