Easytrieve Report Doubt,please clarify

Ask/Clarify the questions on EASYTRIEVE

Moderators: DikDude, Moderator Group

Post Reply
charigln
Member
Posts: 5
Joined: Thu May 22, 2014 11:55 am

Easytrieve Report Doubt,please clarify

Post by charigln » Fri Jun 27, 2014 8:33 am

Hi,

I need code for accomplishing below requirement...Below is my report

REPORT 05 MY QUERY MODULE - title1
REMARK LIST - title2

SNO ACCT NO ERRORS - line1
1 564535 ACCT NUMBER NOT FOUND - line2

I want this first line (SNO ACCT NO ERRORS ) to be printed once on every page

I want second line(1 564535 ACCT NUMBER NOT FOUND) to be printed repeatedly.

Hope I am clear. Do provide the code.

Regards,
Chari

William Collins
Active Member
Posts: 732
Joined: Thu May 24, 2012 4:07 am

Post by William Collins » Fri Jun 27, 2014 1:29 pm

So, title1, title2 and line1 are the TITLEs. line2 is the LINE. What problem are you having?

pawan1986
Member
Posts: 3
Joined: Thu Jun 26, 2014 2:26 pm
Location: Hyderabad

Post by pawan1986 » Fri Jun 27, 2014 8:41 pm

You can keep SNO ACCT NO ERRORS in the HEADINGS instead of LINE1 and the values as Line 1

so that headings will print on every page only.
Thaks
Pawan

pawan1986
Member
Posts: 3
Joined: Thu Jun 26, 2014 2:26 pm
Location: Hyderabad

Post by pawan1986 » Fri Jun 27, 2014 8:46 pm

TITLE 1 ' REPORT 05 MY QUERY MODULE'
TITLE 2 ' REMARK LIST'

HEADING WS-SNO ('SNO')
HEADING WS-ACC-NO ('ACCT NUMBER')
HEADING WS-ERRORS ('ERROR')

LINE 1 WS-SNO +
WS-ACC-NO +
WS-ERRORS

you have to move the values for the WS fields in the JOB activity before you print
so that the HEADINGS will print once on every page.
Thaks
Pawan

charigln
Member
Posts: 5
Joined: Thu May 22, 2014 11:55 am

Post by charigln » Mon Jun 30, 2014 1:53 pm

If we use a Title instead of Line then there will be a space line introduced by default which is not required in my case...If I use Title, Report will look like below...

REPORT 05 MY QUERY MODULE - title1
REMARK LIST - title2

SNO ACCT NO ERRORS - Title3

1 564535 ACCT NUMBER NOT FOUND - line1

Is there a way to supress this space line between Title3 and Line1 ?????


Regards,
Chari

William Collins
Active Member
Posts: 732
Joined: Thu May 24, 2012 4:07 am

Post by William Collins » Mon Jun 30, 2014 3:11 pm

Have you got a manual? If not, get one. Read up on the REPORT statement and its many and varied options.

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others