hello guys,
I am trying to execute a VMSECURE command and capture the return code of that
command. So far, I am able to get the results from the command but not the rc.
Is there a way to capture the rc from that command?
is this something I should be talking to CA instead?
This is the way I am executing the command using pipes.
'pipe (stagesep ! endchar ?)',
'! VAR VMCMD !STARMSG *MSGALL',
'! >> GTPRIV REPT A',
When the command is executed I get
whatever results from the command and ...
Ready(00024); T=0.01/0.01 14:18:19
Ready(00024) is what I am after... and so far unable to get to it.
is there a way to get it?
Thx