SSH

Creating the SAMPLIB and PARMLIB Data Sets

  1. > cd doc/zOS/SAMPLIB
  2. In ISPF, allocate the following data sets:

    <HLQ_where_you_want_sample_JCLs>.SSZ.SRVR648.SAMPLIB
    <HLQ_where_you_want_SSHENV>.SSZ.SRVR648.PARMLIB

    with the following data set attributes:

    LRECL(80)
    RECFM(F, B)
    SPACE(2, 1)
    TRACKS DIR(5)
  3. In USS, enter the following commands:

    > cp * "//'<HLQ_for_sample_JCL>.SSZ.SRVR648.SAMPLIB'"
    > cp SSHENV "//’<HLQ for SSHENV>.SSZ.SRVR648.PARMLIB'"