EQA1988I The environment variable QPPLISTFILES is not defined.
Explanation
For Q++ programs, z/OS® Debugger requires that you specify the path where the list files are stored in the environment variable QPPLISTFILES.
Programmer response
You can use the Language Environment® runtime option
ENVAR to specify the path where the list files are stored. For example, the following runtime option
specifies that the list files are stored in the path /u/USER1/SAMPLE/list_files:
ENVAR("QPPLISTFILES=/u/USER1/SAMPLE/list _files/")
To learn more about specifying
environment variables using Language
Environment runtime
options, see Language
Environment
Customization.