I need help in a program in Mainframe Assembler, for IBM Computers. I need help in
Write an assembly program (Mainframe Assembly http://www.billqualls.com/assembler/index.html) that reads a file and reports how many lines, words, number of commas, number of periods and characters that appear in it. For purposes of the program, a word consists of a consecutive sequence of any characters except white space characters. The file to use is called Indepen.txt
Your program should generate the following run from the command line:
File: Indepen.txt
Number of Lines: XX
Words: XXXX
Commas: XXX
Periods: XX
Total Characters (excluding spaces): XXXX