
90 Using IBM Application Development Tools for z/OS and OS/390
2.3.1 System programmer notes
In this section we present several items that system programmers should keep in mind after
they install File Manager.
ISPF skeleton modification
Customize the job card file tailoring skeleton FMNFTJOB for your site.
The code in this skeleton, shown in Example 2-25, determines if any of the Set Processing
Options (option 0) values are filled in for a job card. If none of them are, then a job card is
created dynamically from this skeleton.
Example 2-25 ISPF skeleton FMNFTJOB
)CM
)CM Description: File Manager ISPF file tailoring job card skeleton. ...