Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
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.

## 3.5.0
- Enhancement: All error messages are printed to `SYSPRINT` ([#177](https://github.com/zowe/launcher/pull/177))

## 3.4.0
- Enhancement: Message `ZWEL0021I` includes the version of launcher ([#167](https://github.com/zowe/launcher/pull/167))

Expand Down
8 changes: 4 additions & 4 deletions samplib/ZWESLSTC
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
//* ZOWE LAUNCHER PROCEDURE */
//* */
//* NOTE: this procedure is a template, you will need to modify */
//* #zowe_yaml variable to point to your Zowe YAML config */
//* file. */
//* {ZWE_CLI_PARAMETER_CONFIG} variable to point to your */
//* Zowe YAML config file. */
//* */
//* Check https://docs.zowe.org for more details. */
//* */
//********************************************************************/
//ZWELNCH EXEC PGM=ZWELNCH,REGION=&RGN,TIME=NOLIMIT,
// PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.'
// PARM='ENVAR(_CEE_ENVFILE=DD:STDENV),POSIX(ON)/&HAINST.,/ 2>&1'
//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.
//* CONFIG= can be either a single path, for example:
//* CONFIG=/my/zowe.yaml
//*
//* Or a list of FILE() or PARMLIB() and colon : separated paths
Expand Down
Loading