ARSLOAD not loading from HFS directory
Symptoms
ARSLOAD will not load from the HFS directory (/ars/upload) specified in the following JCL statement excerpt://ARSLOAD ...
// PARM=('-h ARCHIVE -C A -d /ars/upload')
Causes
The -C and -d parameters are mutually exclusive. If the -C parameter is specified, ARSLOAD will attempt to load from spool and will not monitor the directory specified by the -d parameter.Resolving the problem
Remove the -C parameter from the JCL statement excerpt so that it looks like this://ARSLOAD ...
// PARM=('-h ARCHIVE -d /ars/upload')
Note: This section
applies only to Content Manager OnDemand for z/OS®.