Hello,
please I am using commnad
CALL "SYSTEM" USING W-CMD-LINE
where in W-CMD-LINE is for example DIR commnad
Is there any possibility to get return value from CALL "SYSTEM" ? To get DIR command output directly to COBOL?
Now I have to do: 'DIR > out.txt' and then read this file in my program.