On Mon, 4 Nov 2019 05:20:14 -0600, Lionel B Dyck wrote:

>Are there any hints/tips to improve the performance of an ISPF application
>that uses BPXWUNIX?  In running on my normal system the performance is very
>slow compared to a friends system running on a zPDT.
> 
See also:
    
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.bpxb200/bpxb200_Controlling_use_of_STEPLIBs.htm
    You can improve shell performance by controlling the use of STEPLIBs. 
    A STEPLIB is a set of private libraries used to store a new or test version
    of an application program, such as a new version of a runtime library.
    To improve performance of the z/OSĀ® shell, avoid propagating STEPLIBs
    by using one of the following options:

    o If you enter the OMVS command either from ISPF or with STEPLIB data sets 
allocated,
      include the statements in the shell profile. For example:

      if [ -z "$STEPLIB" ] &&; tty -s;
      then
              export STEPLIB=none
              exec sh -L
      fi
    [ Lots more.  There's a semicolon in there that mystifies me.  I test "$-"
      for 'i' to identify interactive shells.  Works wonders for me.  ]

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to