xlflrpt -f sys.program
This prints a verbose listing of every rcd in the sys.program file,
one field per line with a label.
xlflrpt -f sc_prog -t " " -N -v scp_instdate \
-v scp_instrel -v scp_instlevel
This prints the scp_instdate, scp_instrel, and scp_instlevel fields
from the sc_prog file.
The fields are printed on the same line separated by spaces with no labels.
The primary key of the sc_prog is not printed, but could be by specifying
the -K option also.