Load Module Information - Selection panel

Panel and field definitions

Figure 1. View Load Module: selection panel
  Process   Options   Help
────────────────────────────────────────────────────────────────────────────────
 File Manager               Load Module Information

 Input:
    Data set name 'FMN.LOAD'                                    
    Member  . . .              (Blank or pattern for member list)
    Volume serial              If not cataloged                             Exclude
    CSECTs . . .                                                           +    
 
 Processing Options:                                                            
    Order CSECTs by    Enter "/" to select option          Report options       
    1   1. Address        Batch execution                     Summary           
        2. Name           Date format                         Compiler options  
    Output to          /  Exclude Labels                      Identify          
    1   1. Display        Clear print data set                Text              
        2. Printer        Advanced member selection           Zap               
        3. XML            Skip member name list               Attributes                     
                          Member selection criteria
 
 Command ===> _________________________________________________________________
  F1=Help      F2=Split     F3=Exit      F4=CRetriev  F7=Backward  F8=Forward
  F9=Swap     F10=Actions  F12=Cancel
Data set name
Specify the data set being a load module library. The data set name may include a member name or name pattern in parenthesis. If the member is specified here, the associated Member field must be blank.
Member
If you specified the name of a data set without including a member name or name pattern in parenthesis in the Data set name field, then you can use this field to specify the member name or a member name pattern.

For a member selection list, enter a blank or a pattern.

To select all members, enter an asterisk (*).
Note: For batch execution, blank selects all members and a pattern selects all matching members.
Volume serial
Serial number of the volume containing the data set. Required for data sets which are not cataloged.
CSECTs
Specify string values used to filter the CSECTs to be included in or excluded from display or printing. If this field is blank all CSECTs will be included.

Multiple string arguments can be entered. Use the comma character as a delimiter between the strings. Strings can contain the * and % wildcard characters.

To specify a filter containing lowercase characters, use a character string in the format c'string'. Filters can also be specified as hexadecimal strings in the format x'hex-digits'.

The following is an example of a filter that would include or exclude from processing Language Environment and COBOL runtime CSECTs from a load module containing an LE-enabled COBOL program:
CEE*,IGZ*
Exclude
Specify / to exclude CSECTs with names that match the specified CSECT filters from being processed. If this option is not selected the filters are used to include only those CSECTs with matching names for processing.
Order CSECTs by
Use this option to specify the order in which you want the symbols listed.
Address (default)
Sorts the display by the offset (hexadecimal) of the symbol in the load module.
Name
Sorts the display by symbol name.
Output to
Use this option to specify where you want the output to go.
Display
Displays the output to the terminal.
Printer
Prints the output to the printer. The printed output is created according to the print options you have specified.
XML
Prints the output to the printer in XML format. The printed output is created according to the report options that you specified.
Batch Execution
Enter / to edit the JCL to run the function in batch.
Date Format
Enter / to request dates to be formatted according to the mask that you supply in the adjacent field. YYYY.DDD is the default. You can enter a value that defines the format that is used to display the date/time for the mask. The format is specified as a string that contains picture characters that are supported by the Language Environment® date callable services. If the mask contains blanks, enclose it in quotation marks.
Example mask         Result

YY/MM/DD             16/04/20
MM/DD/YYYY           04/20/2016
DD/MM/YYYY           20/04/2016
'Www Mmm DD, YYYY'   Wed Apr 20, 2016 
Exclude Labels
Enter / to suppress labels for control sections. Some compilers, for example C/C++, generate many labels that you might want to exclude from the display or report. You can suppress these labels by using this option.
Clear print data set
Enter / to clear the print data set before producing the report. This option is only relevant for Printer and XML options when your print settings output is set to data set. The default is to append the report to any existing report on the print data set.
Advanced member selection
Enter / to specify a range of members to be selected rather than a specific or generic member name.
Skip member name list
Enter / to run without showing the member selection list.
Member selection criteria
Enter / to display the Load Module - Member Selection Criteria panel. Use this panel to enter search values to identify the load modules to be selected for display or reporting.

Values can be entered to find matches on strings in the compiler names, compiler options, and CSECT names for CSECTs in load modules.

Report options
Report options determine what details you can see on a printed report. Use with the Printer and XML options. It does not affect the Display option.
Summary
Enter / to produce a Load Module summary report that suppresses all control section information. This option is useful if you want to know date and time only when a bind took place.
Note: If you select this option, all other report options are ignored.
Compiler options
Enter / to report compiler options if they can be determined for a control section.
Identify
Enter / to report the data that resulted from the IDENTIFY statement for control sections.
Text
Enter / to report the text data in dump format for each control section in the load module.
Zap
Enter / to report the ZAP data for control sections.
Attributes
Enter / to report program language attributes, if available, for a control section.

Parent panels

Child panels

Related tasks and examples