Multiple choice technology programming languages

For a M0 program , main input can be

  1. A File with .txt extension

  2. A File with .dat extension

  3. A File with .xml extension

  4. Tables in the SQL database

  5. All of these

  6. None of these

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

M0 programs are designed to be flexible input processors that can handle multiple data sources. They can read from text files (.txt), data files (.dat), XML files (.xml), and directly from SQL database tables. The key is that M0 is a versatile ingestion layer that normalizes various input formats for downstream processing.

AI explanation

An M0 (mainframe batch) program's main input isn't restricted to one format — it can read flat files with various extensions (.txt, .dat, .xml) or pull data directly from SQL database tables, depending on how the job is configured. Since all of the listed input sources are valid, "All of these" is the correct choice rather than any single option.