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

Displaying the fields in the report using EZT


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

New User


Joined: 14 Sep 2005
Posts: 16

PostPosted: Thu Feb 08, 2007 5:44 pm
Reply with quote

Hi,

When I am displaying the fields in the report, the field names are displaying at the center of the position but the data is starting from the first position of the field, so here i need the data also should start from the center of that filed. Here is the Example:

ACCT# 1 10 A
NAME 11 20 A

123456789101112131415161718192021222324252627282930
ACCT # NAME
___________________________________________________
8999999 KIRAN KOPPERLA

Here the filed 'NAME' is displaying at the center but the data is starting from 11th position. But I need the data of the name should also be aligned to center.

Expected results:
123456789101112131415161718192021222324252627282930
ACCT # NAME
___________________________________________________
8999999 KIRAN KOPPERLA

Can anyone help me out how to get this.

Thanks in advance.

Regards,
Kiran
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Thu Feb 08, 2007 6:33 pm
Reply with quote

I cannot see any difference between your two outputs but I am guessing that you want to know how to place the fields in the report so try this , adjust the COL values to what you want

REPORT ACCTREPT +
PRINTER ACCTREPT NOSPREAD NOADJUST
TITLE 01 'REPORT of ACCT and NAMES WITH CORRECT SPACING'
HEADING ACCT 'ACCOUNT'
LINE 01 COL 01 ACCT +
COL 24 NAME

go play
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 IBM OnDemand Folders displaying to al... IBM Tools 6
No new posts Need help on formatting a report DFSORT/ICETOOL 14
No new posts Creating Report using SORT DFSORT/ICETOOL 7
No new posts Ca7 long running jobs report All Other Mainframe Topics 1
No new posts Report of batch jobs JCL & VSAM 1
Search our Forums:

Back to Top