Multiple choice technology mainframe

WHICH OF THE FOLLWING IS A VALID JOB STATEMENT?

  1. JOB INPUT NULL

  2. JOB INPUT FILENAME

  3. JOB INPUT SQL

  4. ALL THE ABOVE

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

Easytrieve supports different input environments, allowing JOB INPUT FILENAME for standard file processing, JOB INPUT NULL for processing without an input file, and JOB INPUT SQL for database queries.