In some cases it is useful and necessary to know the contents of a generated FORMAT.
To get the content of a generated FORMAT, it is necessary to know:
Sample job:
// JOB statement // JCLLIB ORDER=sp.PROCLIB //LIST EXEC MICSSHRp p= unit identifier LIBNAME MUOLIB 'sp.MUOLIB' DISP=SHR; PROC FORMAT LIBRARY=MUOLIB.MICSFMTS FMTLIB; SELECT $SNTPARM; RUN; /*