Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with docs.zowe.org/stable/user-guide/configuring-zowe-via-jcl/ #4165

Open
colinpaicemq opened this issue Feb 2, 2025 · 1 comment
Open
Labels
install question Further information is requested

Comments

@colinpaicemq
Copy link

colinpaicemq commented Feb 2, 2025

Description

 //ZWEIAPF2 JOB 
 -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   22 Line(s) not D
 //APFAUTH EXEC PGM=BPXBATCH 
 //BPXPRINT DD SYSOUT=* 
 //STDOUT   DD SYSOUT=* 
 //STDERR   DD SYSOUT=* 
 //STDPARM DD * 
 SH cd 'CFG.ZOWE.RUNTIMEDIRECTORY' && 
 cd bin/utils && 
 export LOADLIB='IBMUSER.ZWEV3A.SZWEAUTH' && 
 export LOADLOC=SMS && 
 export PLUGLIB='IBMUSER.ZWEV3A.CUST.ZWESAPL' && 
 export PLUGLOC=SMS && 
 ./opercmd.rex "SETPROG APF,ADD,DSN=$LOADLIB,$LOADLOC" && 
 ./opercmd.rex "SETPROG APF,ADD,DSN=$PLUGLIB,$PLUGLOC" 
 //* 

CFG.ZOWE.RUNTIMEDIRECTORY

is not found ... I,m on v3.0

Pages to Update

Screenshots

Expected behavior

Additional context

@Martin-Zeithaml
Copy link
Contributor

The value of CFG.ZOWE.RUNTIMEDIRECTORY indicates, that your yaml config was not set with the zowe.runtimeDirectory.

The ZWEGENER job will take the yaml config and resolves the templates. If any value is missing, there is no error or warning generated. Before submitting each job, you need to review it.

@Martin-Zeithaml Martin-Zeithaml transferred this issue from zowe/docs-site Feb 3, 2025
@MarkAckert MarkAckert added question Further information is requested install labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

3 participants