Re: [CMS-PIPELINES] getting the RC from third party commands

2018-01-10 Thread Alan Altmark
On Wednesday, 01/10/2018 at 10:30 GMT, Miguel Soltero Diaz wrote: > 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

Re: [CMS-PIPELINES] getting the RC from third party commands

2018-01-10 Thread Glenn Knickerbocker
On 1/10/2018 5:28 PM, Miguel Soltero Diaz wrote: > When the command is executed I get > whatever results from the command and ... > Ready(00024); T=0.01/0.01 14:18:19 Wait, when and where do you get that? In your output file? Typed to the console when you run your exec? Typed to the console

Re: [CMS-PIPELINES] getting the RC from third party commands

2018-01-10 Thread Michael Harding
Why not just run the VMSECURE module from the COMMAND stage? It knows how to communicate with the VMSECURE machine, displays the messages and sets the return code, both of which COMMAND will capture. For example... 'pipe (stagesep ! endchar ?)', ' Var vmcmd', /* assumed to be "vmsedure"

[CMS-PIPELINES] getting the RC from third party commands

2018-01-10 Thread Miguel Soltero Diaz
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