Create A File or Nofile Enquiry That Generate The Report. (Enquiry Name E.Jbl - Stmt.Ent - Book.New1)
Create A File or Nofile Enquiry That Generate The Report. (Enquiry Name E.Jbl - Stmt.Ent - Book.New1)
(Enquiry Name
E.JBL.STMT.ENT.BOOK.NEW1)
2. Create a file in DE.FORM.TYPE Application which contain the all information of printer and
presentation information of report like Printer ID, Width, Depth, Top, Margin and some other
information. (DE.FORM.TYPE I CUSST1)
3. Create a File in REPORT.CONTOL application. It is the main control file of report. Input the
DE.FROM.TYPE name into the From Name Field. Report Type Defines whether the report is
built using a routine, repgen, crf etc. (REPORT.CONTROL I JBL.AC.STMT1)
4. Create Version of ENQUIRY.REPORT Application. Must Include the Enquiry (Name of the
Enquiry), Selection (Selection Field Name), Operand (Operand Name) and List (Selection field
value), Report Control Field. Set the Enquiry Name in Enquiry Field and Report Control Name in
Report Control Field. (VERSION I ENQUIRY.REPORT,ACC.STMT1)
5. Using the Version create a File in ENQUIRY.REPORT. Input the required field and execute the
ENQUIRY.REPORT. Report will be generate in Back End. If Enquiry name, Selection Filed,
Operand, List and Report Control name automatic set then no need to input these filed.
ENQUIRY.REPORT I JBL.AC.STMT1.
Show Report
1. A record of all the reports produced by the system is held in the HOLD.CONTROL file
2. Create an Enquiry of HOLD.CONTROL Application to show the report list of generated Enquiry
Report and Print the respective report.
After Create Enquiry Execute Command QUERY JBL.AC.STMT1 which show the report list then
print the respective report.