Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Two character Command line

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Two character Command line

    The parameter is on the CRTMNU and it is CMDLIN(*SHORT)

  • #2
    Two character Command line

    Comment


    • #3
      Two character Command line

      I am trying to find the parameter, either system or user, that provides for a 2 position command line. I know I can restrict the user capabilities so they cannot run commands from the command line, only menu options. But I know it is possible to make it so only 2 positions show up in place of the command line. How do I do it?

      Comment


      • #4
        Two character Command line

        You could also try CHGMNU and prompt it. CMDLIN parameter says: *LONG = A 153-byte long command line is used. *SHORT = A 73-byte long command line is used. *NONE = No command line is used. A 4-byte option line is used.

        Comment

        Working...
        X