Skip to content

Commit

Permalink
Merge branch 'v2.x/staging' into test/no-zwe
Browse files Browse the repository at this point in the history
  • Loading branch information
1000TurquoisePogs authored May 13, 2024
2 parents 3549c65 + a73a091 commit defc878
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 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
13 changes: 7 additions & 6 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 @@ -57,5 +58,5 @@
_CEE_ENVFILE_CONTINUATION=\
_CEE_RUNOPTS=HEAPPOOLS(OFF),HEAPPOOLS64(OFF)
_EDC_UMASK_DFLT=0002
CONFIG=#zowe_yaml
CONFIG={ZWE_CLI_PARAMETER_CONFIG}
/*

0 comments on commit defc878

Please sign in to comment.