WHICH OF THE FOLLWING IS A VALID JOB STATEMENT?
-
JOB INPUT NULL
-
JOB INPUT FILENAME
-
JOB INPUT SQL
-
ALL THE ABOVE
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.