Question 1: Write a cobol program to create a Journal file using the following transactions containing the fields Date, Debit-account, Credit-account and amount. Following are the transactions of Mr. Kishore for the month of January. m1cob
   
   
5,000
     
 
 
     
Question 3: Write a program to create a ledger file containing one record for each distinct account name referred in the above journal with 0 as initial values for Debit-totals and Credit-totals shown in the format given below: m3cob input_file_1 input_file_2
Question 4: Write a program to create a Trial Balance using the ledger file created by question 3. m4cob input_file