Multiple choice technology mainframe

READ CARD WORKLEN 1000

  1. Read the control card

  2. Read the file with ddname SYSIN

  3. Dummy line to set worklength

  4. READ CARD is not valid command

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

READ CARD is a SELCOPY command that reads from the SYSIN ddname (standard input stream), which contains control cards. This is how batch jobs read parameter cards. Option A is incorrect because it reads from SYSIN, not a control card file. Option C is wrong - it's an operational command, not a dummy line.