ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

How to check environment variable values using command or is there any way to look

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

  • How to check environment variable values using command or is there any way to look

    Hi All,

    Could anyone please tell me,
    How to check environment variable values using command or is there any way to look?
    What is the command to see these variables?

    QIBM_QSH_CMD_OUTPUT
    QIBM_QSH_CMD_ESCAPE_MSG

    These commands are from CLLE program.

    ADDENVVAR ENVVAR(QIBM_QSH_CMD_OUTPUT) VALUE(NONE) +
    REPLACE(*YES)
    ADDENVVAR ENVVAR(QIBM_QSH_CMD_ESCAPE_MSG) VALUE(Y) +
    REPLACE(*YES)
    Cheers...
    Nil

  • #2
    Re: How to check environment variable values using command or is there any way to loo

    with REPLACE(*YES) it doesn't matter. whatever you have in the VALUE() is what the ENVVAR will be...
    I'm not anti-social, I just don't like people -Tommy Holden

    Comment


    • #3
      Re: How to check environment variable values using command or is there any way to loo

      You can use WRKENVVAR.
      Philippe

      Comment


      • #4
        Re: How to check environment variable values using command or is there any way to loo

        Hey thanks Mercury......
        Cheers...
        Nil

        Comment

        Working...
        X