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

The initilaized value are changed to blank in runtime


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
krishna_mf

New User


Joined: 31 Jan 2007
Posts: 56
Location: banglore

PostPosted: Tue Jun 16, 2009 12:12 pm
Reply with quote

Hi,

I have a REENTRANT module in which i have a sSTATIC UNALIGNED structure somehting like
DCL 1 testssa STATIC UNALIGNED,
3 SGN CHAR (8) INIT('TESTSEGM'),
3 SGA CHAR(1) INIT('*'),
3 SGC CHAR(1) INIT('-'),
3 SGP CHAR(1) INIT('('),
3 SGK CHAR (8) INIT('CFEILD '),
3 SGO CHAR(2) INIT(' ='),
3 SGV CHAR (27)INIT(' '),
3 SGE CHAR(1) INIT(')');

But at run time the SGN field has only ' SEGM' as value first four characters 'TEST' are getting replaced with blank can any one help me what might be the root cause for this.
And i never used testssa or any of its fields in the left side of the assigment operations.

Thanks
krishna
Back to top
View user's profile Send private message
bauer

New User


Joined: 03 Mar 2009
Posts: 28
Location: germany

PostPosted: Tue Jun 16, 2009 8:58 pm
Reply with quote

Any based variable which references your structure?
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Merge files with a key and insert a b... DFSORT/ICETOOL 6
No new posts File transfer from host with filler f... TSO/ISPF 15
No new posts compare two file to find position/dat... SYNCSORT 2
No new posts Insert System Runtime in HEADER In SY... SYNCSORT 9
No new posts Eliminating blank space in XML parsed... COBOL Programming 0
Search our Forums:

Back to Top