Multiple choice technology programming languages

Which one of the following is used to pass input to the COBOL program?

  1. INPUT

  2. PARM

  3. SYSOUT

  4. COND

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

PARM is the EXEC statement parameter used to pass data or parameters directly to the invoked program. INPUT is not a valid JCL keyword. SYSOUT specifies a sysout class for output, and COND sets job step conditional execution logic. The PARM field allows programs like COBOL to receive runtime parameters up to 100 characters.