| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
Keanehelp
Joined: 27 May 2008
Posts: 3
Location: USA, CA.
|
| Posted: Fri Jul 04, 2008 9:33 am Post subject: Copybook Structure change - recalculation of segment length |
|
|
Hi,
We are modifying the structure of an existing IMS segment(increasing overall size by 1 byte and expanding a variable in the middle of the segment resulting in all following variables being displaced by 1 byte)
While writing the program to restructure the data, do we need to recalculate and update the length of each record using this segment ?
Also please could you let me know the various scenarios when the segment length for each record in an IMS database needs to be recalculated ?
Thanks |
|
| Back to top |
|
Sandy Zimmer
Joined: 13 Jun 2007
Posts: 438
Location: Wilmington, DE
|
| Posted: Fri Jul 04, 2008 10:34 am Post subject: |
|
|
| If you are adding a byte to the middle of your segment in an EXISTING database, you are going to have a real mess unless you are very careful. If your database is defined as variable length, you always need to insert it with a recalculated length. Since you are going thru all the trouble of writing a conversion program, why not put all variables at the end of your segment? |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|