IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Reporting problem in Easytrieve


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Delip

New User


Joined: 13 Sep 2007
Posts: 46
Location: Bangalore

PostPosted: Thu Nov 22, 2007 12:56 am
Reply with quote

Hi,

I am giving below syntax,
HEADING TKLR-WORKER ('TLKR' 'WORKER' '=========')
HEADING TKLR-SEQ ('TICKLER' 'SEQ' '=======')
HEADING ENTRYCON ('ENTRY' 'DATE' '=========')

I am getting in the report as below,

TLKR TICKLER ENTRY
WORKER SEQ DATE
========= ======= =========

but I want,
TLKR TICKLER ENTRY
WORKER SEQ DATE
=============================

there are spaces appearing in the second line (==),i want it to be a continous line.

Can anyone help me.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Nov 27, 2007 1:07 am
Reply with quote

Delip wrote:

Code:
 HEADING TKLR-WORKER ('TLKR' 'WORKER' '=========')
 HEADING TKLR-SEQ ('TICKLER' 'SEQ' '=======')     
 HEADING ENTRYCON ('ENTRY' 'DATE' '=========')   

I am getting in the report as below,
Code:
  TLKR      TICKLER     ENTRY   
 WORKER       SEQ       DATE   
=========   =======   =========

but I want,
Code:
  TLKR     TICKLER    ENTRY   
 WORKER      SEQ      DATE   
=============================

Have you looked into the {+integer-1} or {-integer-1} of the LINE statement?
Quote:
The space adjustment parameters, +integer-1 or -integer-1, modify the spacing between line items. The integer-1 value is added to or subtracted from the SPACE value to give the absolute spacing between line items. The absolute space value can range from zero to any amount which still lets the next line item fit within the line defined by LINESIZE.
Or possibly the {COL integer-2}?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Count the number of characters in a f... CA Products 1
No new posts File matching functionality in Easytr... DFSORT/ICETOOL 14
No new posts Job scheduling problem. JCL & VSAM 9
Search our Forums:

Back to Top