View previous topic :: View next topic |
Author |
Message |
raveendra_ibm Beginner
Joined: 02 Apr 2006 Posts: 32 Topics: 10
|
Posted: Thu Jun 15, 2006 11:07 pm Post subject: Expanding HDAM IMS Segment |
|
|
We are trying to expand one of the child segment (add 4 bytes).
i did following steps
1. Unloaded the before expansion database. Unload file is VB file.
2. Using COBOL program, i have expanded VB file for perticular child segment (add 4bytes at end). We can see child record with expanded data in output file (VB file).
3. We are able to successfully Reloaded the Expanded VB file to IMS Database using utility DFSRRC00.
Problem is: when i browse the IMS database thru File-aid the child segment (4 bytes are added at end), last 4 byte are having low-values.
Could any one please help me, is there any special things need to consider in COBOL program while expanding Unloaded file? |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Fri Jun 16, 2006 8:31 am Post subject: |
|
|
Did you expand the IMS segment in the DBD and Re-Generate it? Also, DFSRRC00 is not a utility, it is IMS. What utility did you use? |
|
Back to top |
|
 |
raveendra_ibm Beginner
Joined: 02 Apr 2006 Posts: 32 Topics: 10
|
Posted: Mon Jun 19, 2006 5:48 am Post subject: |
|
|
Yes. Our DBA had expanded (as per requirment) IMS DBD and re-generated. We are using utility DFSURGL0 for reloading to database. And we used DFSURGU0 for unload the database. |
|
Back to top |
|
 |
|
|