The ADAUSER statement controls whether PowerExchange uses the job name as the Adabas user ID to access Adabas files in a netport job.
z/OS
Adabas netport jobs
ADABAS_PREFIX, for PowerExchange Listener access
No
ADAUSER={
DEFAULT
|JOBNAME|
userid
}
DEFAULT
.
PowerExchange uses either the default value of DTL00011 for the Adabas user ID or, if specified, the ADABAS_PREFIX value appended with 0011.
JOBNAME.
PowerExchange uses the job name of the netport job for the Adabas user ID.
Specify JOBNAME if you run multiple netport jobs that access the same Adabas file. Otherwise, if multiple jobs run under the same user ID, such as the default, the jobs might fail with Adabas Response Code 48 Sub Code 8 and PowerExchange message PWX-00416.
userid
. PowerExchange uses the specified value without change as the Adabas user ID.