Various Information

How To Extract Statement

EXTRACT STATEMENT
Steps to extract the statement for selected accounts

1) Go to start menu - > run .
2) Type cmd and then press enter.
3) Type F: on the command prompt and then press enter.
4) Type cd utils and then press enter.
    
Then you will see the command promt as
F:\Utils>
     
5)  Find out the date in YYYYMMDD format where the Statement.txt(Month end Statement) is present.
For example Statement.txt is in 20070131.

    i)To get the statement for only one account(For Ex 20000001980).
        type the following command and  press enter
        printstmt 20070131 20000001980

    ii)To get the statement for range of account(For example 20000001980 TO 20000002000)
        type the following command and press enter
        printstmt 20070131 20000001980 20000002000
       
    iii) To get the statement till the END of the report from any given number
        type the following command and press enter
        printstmt 20070131 END
Post Category : How To Guide
0 Comments For " How To Extract Statement "