M-PS Filtering 7.2 En

De MappingDoc

Presentation and functioning

Context

This new feature is compiled in version 7.2. It includes :

  • Adding a new MAPWRKFMT.CMD command
  • Modification of MAP_016.PGM
  • Modification of the MAPPING menu (option 3)

Example : MAPPINGENU.MENU

Operation

With this evolution, we can now filter a format search using the MAPWRKFMT command which takes a parameter NAME, set to *ALL by default. This command is now called before the PGM MAP_016 and starts the MAP_016 with the filter to display the list of formats. Examples :

  • Using option 3 of the MAPPING menu : The interface of the MAPWRKFMT command is displayed by default *ALL for the value of the NAME filter.
  • Using the MAPWRKFMT NAME(C) command, all formats beginning with « C » will be displayed. With MAPWRKFMT NAME(CRE), all formats beginning with « CRE » will be displayed, and so on.

Note: The wildcard "*" (star symbol) at the end of the filter is optional: MAPWRKFMT NAME(C*) or MAPWRKFMT NAME(C) will behave the same way.