dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Tue Jun 05, 2007 3:54 am Post subject: |
|
|
Well, first of all, zcmd is a variable associated with a panel. Panels can be driven by either code within the panel, assembler pgms, COBOL pgms, REXX scripts, etc...
There is no such thing as a REXX panel.
Now, from SC34-4821-08, z/OS V1R6.0 ISPF Dialog Developer's Guide and Reference: 6.4.1, and here is a link
the following: Quote: |
Menu definitions are processed by the SELECT service. A menu must have an input field to allow users to enter selection options. Generally, this is the command field, and is the first input field on the panel. This field should be named ZCMD to be consistent with the field name used in this manual. |
If you are driving the panel with REXX and not using code within the panel to handle zcmd entries, the REXX script can access the variable zcmd for further action.
and this should have been in the TSO/ISPF forum. _________________ Dick Brenholtz
American living in Varel, Germany |
|