📚 Practice Mode

Mainframe Programming Essentials: CICS, COBOL, JCL, and Natural

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

Consider the following piece of code: IF NOT INPUT-EOF IF INPUT-REC-TYPE = '55' PERFORM 2100-PROCESS-WTN ELSE NEXT SENTENCE END-IF ADD +1 TO INPUT-COUNT. PERFORM TEST-1 If the value INPUT-REC-TYPE = '00' then what will happen to the value of INPUT-COUNT?

  1. 01
  2. Will not change
  3. 56
  4. Will change