You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JCL variables solve the problem with line length (resolved by JCL)
Used value is referencing zowe.yaml
The only thing, which needs to be solved is CONFIG=#zowe_yaml when multiple entries are used and line length might exceed 80 chars.
This is solved in PR3135 for TS only.
ZWESASTC
// SET AUTHLIB=zowe.setup.dataset.authLoadlib
// SET PLUGINS=zowe.setup.dataset.authPluginLib
//STEPLIB DD DSNAME=&AUTHLIB,DISP=SHR
// DD DSNAME=&PLUGINS,DISP=SHR
ZWESISTC
// SET AUTHLIB=zowe.setup.dataset.authLoadlib
// SET PLUGINS=zowe.setup.dataset.authPluginLib
// SET PARMLIB=zowe.setup.dataset.parmlib
//STEPLIB DD DSNAME=&AUTHLIB,DISP=SHR
// DD DSNAME=&PLUGINS,DISP=SHR
//PARMLIB DD DSNAME=&PARMLIB,DISP=SHR
ZWESLSTC
// SET AUTHLIB=zowe.setup.dataset.authLoadlib
// SET PLUGINS=zowe.setup.dataset.authPluginLib
//STEPLIB DD DSNAME=&AUTHLIB,DISP=SHR
// DD DSNAME=&PLUGINS,DISP=SHR
The text was updated successfully, but these errors were encountered:
The JCL samples for ZWESASTC, ZWESISTC and ZWESLSTC are:
zwe init
will generate invalid JCL if DSNAME lenght > 40 - the line length exceeds 71 chars (solved in PR3135 for TS only)Current state
ZWESASTC
ZWESISTC
ZWESLSTC
Idea
The only thing, which needs to be solved is
CONFIG=#zowe_yaml
when multiple entries are used and line length might exceed 80 chars.This is solved in PR3135 for TS only.
ZWESASTC
ZWESISTC
ZWESLSTC
The text was updated successfully, but these errors were encountered: