How to debug Microfocus cobol programs that take arguments, like rtsora Program-name ${filename.txt}
Asked
Active
Viewed 82 times
0

CHANDU SANJITH
- 22
- 1
- 5
-
What problem are you having that cannot be resolved by using DISPLAYs and documentation? – NicC May 10 '20 at 10:02
1 Answers
0
Use the +A switch for example:
rtsora (+A) Program-name ${filename.txt}

Stephen Gennard
- 1,910
- 16
- 21