Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to initialise group variable

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER
Author Message
Prabha
Warnings : 1

Active User


Joined: 05 Dec 2005
Posts: 64

PostPosted: Thu Jul 24, 2008 4:05 pm    Post subject: How to initialise group variable
Reply with quote

Hi,

1 GROUP1,
3 AA FIXED(10),
3 AB FIXED(10),
3 AC FIXED(10),
3 AD FIXED(10),

How to initiliase all the fields to zero. Instead of initilaing indiviidually, is it possible to initialise group variable directly.
Since my copybook contains lot of variables and all are having data type as Fixed Dec.

When I tried using, GROUP1 =" "; After inserting into Database, it was not initialised to zeroes.

Please help.
Back to top
View user's profile Send private message
References
ashimer

Senior Member


Joined: 13 Feb 2004
Posts: 360
Location: Bangalore

PostPosted: Thu Jul 24, 2008 4:16 pm    Post subject:
Reply with quote

Use GROUP1='';

--> Notice there should not be any spaces between the quotes ...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> PL/I & ASSEMBLER All times are GMT + 6 Hours
Page 1 of 1