Skip to content

Commit

Permalink
Merge pull request #113 from zowe/user/jstruga/update-master
Browse files Browse the repository at this point in the history
update master with staging
  • Loading branch information
MarkAckert authored May 2, 2024
2 parents 1b64495 + f3342ce commit c2abc08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zowe Launcher Changelog

All notable changes to the Zowe Launcher package will be documented in this file..
All notable changes to the Zowe Launcher package will be documented in this file.
This repo is part of the app-server Zowe Component, and the change logs here may appear on Zowe.org in that section.

## 2.13.0
Expand Down
15 changes: 8 additions & 7 deletions samplib/ZWESLSTC
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//ZWESLSTC PROC RGN=0M,HAINST='{{ha_instance_id}}'
//ZWESLSTC PROC RGN=0M,HAINST='__ha_instance_id__'
//********************************************************************/
//* This program and the accompanying materials are */
//* made available under the terms of the */
Expand All @@ -22,10 +22,11 @@
//********************************************************************/
//ZWELNCH EXEC PGM=ZWELNCH,REGION=&RGN,TIME=NOLIMIT,
// PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.'
//STEPLIB DD DSNAME=&SYSUID..LOADLIB,DISP=SHR
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*,LRECL=1600
//SYSERR DD SYSOUT=*
//STEPLIB DD DSNAME={zowe.setup.dataset.authLoadlib},
// DISP=SHR
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*,LRECL=1600
//SYSERR DD SYSOUT=*
//********************************************************************/
//*
//* CONFIG= can be either a single path ex.
Expand Down Expand Up @@ -55,7 +56,7 @@
//********************************************************************/
//STDENV DD *
_CEE_ENVFILE_CONTINUATION=\
_CEE_RUNOPTS=HEAPPOOLS(OFF)
_CEE_RUNOPTS=HEAPPOOLS(OFF),HEAPPOOLS64(OFF)
_EDC_UMASK_DFLT=0002
CONFIG=#zowe_yaml
CONFIG={ZWE_CLI_PARAMETER_CONFIG}
/*

0 comments on commit c2abc08

Please sign in to comment.