I'm trying to debug a SAS/FSP application on z/OS. It uses custom data entry screens stored in a separate library (containing a catalog for each screen). I would like to print out the definitions for each screen (i.e. name, position, length of each field, special attributes assigned to each field, general attributes of the screen). Is there a way to do this, or must I laboriously use the (online) MODIFY command against each screen and pick through the options to display the above definitions?
... View more