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

What does % in file discription of EAZTRIEVE means?


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

New User


Joined: 15 Apr 2011
Posts: 17
Location: india

PostPosted: Thu Apr 28, 2011 3:39 pm
Reply with quote

Code:
FILE PERSNL FB(150 1800)
 %PERSNL
 GROSS-RANGE W 3 P HEADING ('SALARY RANGE' 'HUNDRED $ INCR')
 TOTAL-EMPLOYEES S 3 P 0
 PERCENT W 3 P 2 HEADING('PERCENT' 'OF' 'TOTAL')
 BAR-GRAPH S 30 A HEADING('PERCENT OF EMPLOYEES' -
'EACH ASTERISK EQUALS 2%')
 ASTERISKS S 30 A VALUE('******************************')


Here what does % mean?

I have gone throurg EZTP-62-Reference.pdf but unable to find out.

Though it is very basic,as iam very new to EAZYTRIEVE and learning on my own through documents,your help will be highly appreciated


Thanks in advance
Phanindra K
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Apr 28, 2011 4:26 pm
Reply with quote

It indicates that what follows is a MACRO. In this casxe a record-layout for a file. Look up MACRO in the manual. They can be very useful. The manual used to be very limited on this, may be better by now :-)
Back to top
View user's profile Send private message
phani.mf2011

New User


Joined: 15 Apr 2011
Posts: 17
Location: india

PostPosted: Thu Apr 28, 2011 5:43 pm
Reply with quote

Thanks a lot bill

Regards
Phanindra K
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Apr 28, 2011 6:02 pm
Reply with quote

Quote:

I have gone throurg EZTP-62-Reference.pdf but unable to find out.


In my manual its : Chapter 16 Macros
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts To Populate Trailer cnt in the file w... SYNCSORT 1
No new posts Sort card to know that creation date ... DFSORT/ICETOOL 10
No new posts Convert CSV to flat file. DFSORT/ICETOOL 6
Search our Forums:


Back to Top