Draw a Conventional Flowchart based on the given below. in COBOL language   GIVEN: A FILE OF SALESMEN INPUTRECORD SALESMAN NUMBER, SALES NAME, SALES AMOUNT  REQUIREMENTS: WRITE SALESMAN NUMBER, SALESMAN NAME AND SALES AMOUNT

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter3: Understanding Structure
Section: Chapter Questions
Problem 20RQ
icon
Related questions
icon
Concept explainers
Question

Draw a Conventional Flowchart based on the given below. in COBOL language

 

GIVEN: A FILE OF SALESMEN

INPUTRECORD SALESMAN NUMBER, SALES NAME, SALES AMOUNT

 REQUIREMENTS: WRITE SALESMAN NUMBER, SALESMAN NAME AND SALES AMOUNT. AT END OF FILE (EOF), WRITE THE TOTAL NUMBER OF SALESMAN AND THE TOTAL ACCUMULATED SALES.

SAMPLE INPUT AND OUTPUT FILE:

 

001 TAYLOR SWIFT 2000000

002 EZEKIAH JAMES BLAIR 5000000

003 MARIA GOMES 0500000

001 TAYLOR SWIFT 20,000.00

002 EZEKIAH JAMES BLAIR 50,000.00

003 MARIA GOMES 5,000.00

 

TOTAL NUMBER OF SALESMAN: 3

TOTAL ACCUMULATED SALES: 75,000.00

Expert Solution
steps

Step by step

Solved in 2 steps with 3 images

Blurred answer
Knowledge Booster
Operators
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr