Working to have an interface between OPSUSS and the IBM CSM product via the command line interface. Wondering what I have missed in the configuration (if anything) of OPSUSS that is preventing getting the output back into a REXX stem.
ctext = "sh csmcli.sh 'cmdsess -help -noinfo'"
"USSCMD COMMAND('"ctext"') LOG(Y) STEM(csm.)"
Release : 14.0
Component : OPS/MVS
The USSCMD is not waiting long enough for output to be returned.
Add a WAIT keyword to the USSCMD statement as follows:
"USSCMD COMMAND('"ctext"') LOG(Y) STEM(csm.) WAIT(300)"