CE - syncsort_cobol_migration_manager - syncsort_clone_center - syncsort_space_recovery_system - syncsort_scc_monitor - syncsort_simulate_2000 - syncsort_allocation_control_center - Latest

Syncsort™ Storage Management Monitor ISPF Interface User Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ SCC Monitor
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management Monitor ISPF Interface User Guide
Copyright
2025
First publish date
1991
ft:lastEdition
2025-11-27
ft:lastPublication
2025-11-27T06:15:55.988000
Purpose The CE statement defines a call-program command entry on the menu screen using the specified description. When the line item is selected by the user, the MON-ISPF menu facility calls the pgmname program, passing the parameter information (parms). The output is saved in the SYS-PRINT file, and the MON-ISPF menu facility enters Edit on the output.
Syntax CE { description } { pgmname } [ parms ]
Comments The specified pdsmem member must be located in STEPLIB or ISPLLIB DD statement, a system LPA library, or link list data set.
Examples In the following example, the CE command defines an entry used to create a DTS Pool Definition report.

The I1 command creates an input field with the Prd Name label. When the user selects the DIFPOOL w/edit line entry, the CE processor does symbolic substitution on &I1 using the value specified in the input field, executes the DIFPOOL program, and then allows the user to Edit the output.

I1 'Prd Name'
         CE 'DIFPOOL w/edit' DIFPOOL &I1