You want to pass parameters to a program coded in EXEC statement. How would you do that?
Options
- By coding PARM clause on EXEC statement.
- Parameter will be defined in Linkage section of COBOL program.
- Both a and b
- None of the above
CORRECT ANSWER : Both a and b
Write your comments