Using address USS WEBREQ to call OPSREST with /opsrexx/{token} endpoint to query for the output of an OPS/REXX. Here is a dump of the response body:
WEBREQ.BODY.TEXT: Length= 374 of 374
{"instanceToken":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","program":"pppppp.ppp.REXX(
jjjjjjjjjj)","arg":"parm1 parm2 parm3","subsystem":"OPSS","output":[],"errorMessag
e":"OPS$6399E Error reading output from REXX program. Cause = '/sample/user_path/
/opsrest/data/xxxxxxxxxxxxxxxxxxxxxxxxxxxx.stdout: EDC5141I Read-only file system.
(errno2=0x05620060)'","returnCode":"10013"}
OPS/MVS
The file system where the .../opsrest/data directory resides was mounted as read-only
The /opsrest/data/ directory must reside on a Read-Write (R/W) filesystem. Use one of the following methods to resolve the error:
/usr/lpp/oem/opserver/opsrest/data mount point..../opsrest/data path to the new R/W directory.Note: Output files are temporary. The opsmvs:rexxExecOutputTimeout setting in application.yml determines how long files remain before automatic deletion (default is 60 minutes).