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
When running zwe init mvs in V3 I get the following messages:
>> Initialize Zowe custom data sets
Create data sets if they do not exist
Creating dkelosky.ZWEV2.CUST.PARMLIB
Creating dkelosky.ZWEV2.CUST.JCLLIB
Creating dkelosky.ZWEV2.SZWEAUTH
Creating dkelosky.ZWEV2.CUST.ZWESAPL
Copy dkelosky.ZWEV2.SZWESAMP(ZWESIP00) to dkelosky.ZWEV2.CUST.PARMLIB(ZWESIP00)
* Exit code: 12
* Output:
exec 'dkelosky.ZWEV2.SZWEEXEC(ZWEMCOPY)' 'dkelosky.ZWEV2.SZWESAMP(ZWESIP00) dkelosky.ZWEV2.CUST.PARMLIB(ZWESIP00)'
DATA SET DKELOSKY.ZWEV2.SZWEEXEC NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED
Error ZWEL0111E: Command aborts with error.
bash-4.3$ zwe init mvs -c '/u/users/dkelosky/zowe-smpe/zowe.yaml' --allow-overwrite
At what point should DKELOSKY.ZWEV2.SZWEEXEC be created since all of the other DKELOSKY.ZWEV2. data sets are created during zwe init mvs ?
The text was updated successfully, but these errors were encountered:
Should default to the the deployment data sets specified in during the "Configure Deployment":
It says the prefix is where Zowe MVS data sets will be installed, but it doesn't mention that it references pre-existing data sets to use the REXX code in ...SZWEEXEC for example.
You are right, the description is not the best. But we took it from example-zowe.yaml
Do you reckon we should change it in the workflow? Because then we wouldn't be in sync with the example-zowe, I guess there should stay the original description because of the convenience build?
When running
zwe init mvs
in V3 I get the following messages:At what point should
DKELOSKY.ZWEV2.SZWEEXEC
be created since all of the otherDKELOSKY.ZWEV2.
data sets are created duringzwe init mvs
?The text was updated successfully, but these errors were encountered: