EZtrv+ - Is there a way to suppress ez-code from printing...

Ask/Clarify the questions on EASYTRIEVE

Moderators: DikDude, Moderator Group

Post Reply
User avatar
seagreg
Member
Posts: 4
Joined: Thu Jan 25, 2007 11:23 pm
Location: USA

EZtrv+ - Is there a way to suppress ez-code from printing...

Post by seagreg » Thu Jan 25, 2007 11:37 pm

just prior to your report?

I have inherited a ton of ez report jobs & all of them print the eztrv program code (from input file specs to end of code) prior to the reports printing. I would like to suppress this to save paper & to keep from having to delete it before the reports are FTP'd to the client. The CA-EZ+ Ref.Guide has nothing about suppressing this "header" info prior to the actual report printing.

Any help would be greatly appreciated!!! :)
"Charter member of Vast-Right-Wing-Conspiracy"

User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

Post by Krishna » Sun Jan 28, 2007 6:28 pm

Last edited by Krishna on Sun Sep 14, 2014 10:28 am, edited 1 time in total.

User avatar
seagreg
Member
Posts: 4
Joined: Thu Jan 25, 2007 11:23 pm
Location: USA

Thanks for the response, but How do you tell ezt to...

Post by seagreg » Sun Jan 28, 2007 8:03 pm

ONLY PRINT REPORT? :?: :wink: :idea: :?:
The code in question was written many years ago & is minimal
so I'm sure there are many things that could be improved.


BTW, I'm a huge LOTR fan but I missed how to add
the pix to my profile when I signed up. Can you add/change
this or must this be done when you sign up for this service?
Thanks again :!:
"Charter member of Vast-Right-Wing-Conspiracy"

Veera
Moderator
Posts: 111
Joined: Wed Feb 22, 2006 2:59 pm

Post by Veera » Fri Feb 02, 2007 5:06 am

Normally in EZT as per my knowledge we can capture/write the report
into a file which inturn can be routed into a printer using one more
extra print step usign IEBGENNER or some other utility.

We need to have the following code in the EZT

FILE REPTOUT1 PRINTER FB (133 0) ASA

-> FILE INTO WHICH WE CAN WRITE THE REPORT INTO

REPORT REPORTAAA, PRINTER REPTOUT1

-> AND IN THE REPORT SECTION WHERE WE GIVE REPORT WE
CAN CO-RELATE IT TO THE FILE BY GIVING

PRINTER REPTOUT1,

SUCH THAT THE ENTIRE REPORT CONTENT WILL BE WRITTEN INTO A
FILE.

If you can give a sample code of EZT reports from your shop may be we can figure out something and if you are interested in a sample report pgm
which writes the enitre report content into a file let us know.

Thanks
Veera

md_shamsu
Member
Posts: 1
Joined: Wed Feb 04, 2009 10:46 am

Post by md_shamsu » Wed Feb 04, 2009 10:47 am

code LIST OFF as the first statement of your EZT code

academyindia4

Topic deleted by Admin

Post by academyindia4 » Mon Feb 01, 2016 1:39 am

<< Content deleted By Admin >>

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