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

Initialize the variable


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

New User


Joined: 24 Jul 2005
Posts: 28

PostPosted: Fri May 26, 2006 4:53 pm
Reply with quote

Hi,

Can you all please let me know how to initialize the variable in the Easytrieve program.

Thanks,
Hari.
Back to top
View user's profile Send private message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Tue May 30, 2006 9:34 pm
Reply with quote

The variable or any variable?
anyhoo

you could

define it, eg

YYY-VCBEN W 9 A VALUE 'VCBEN '
or
YYY-COUNT W 7 N VALUE 0 MASK 'ZZZZZZ9'

or code it, eg

YYY-VCBEN = 'VCBEN '
or
YYY-COUNT = 0
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 Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Variable Output file name DFSORT/ICETOOL 8
No new posts Moving Or setting POINTER to another ... COBOL Programming 2
No new posts parsing variable length/position data... DFSORT/ICETOOL 5
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
Search our Forums:

Back to Top