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

Help needed in loading the table using cobol pgm


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ravi1

New User


Joined: 27 Apr 2006
Posts: 11

PostPosted: Thu Feb 26, 2009 8:01 pm
Reply with quote

My situation is this.

I am given a spufi output from Table A in a dataset.

I have to read that dataset and insert table A again.(-803 handled) in pgm.

How can I read and format the input data so as to fit it in my dclgen variables and insert into table.

There were many unnecessary spaces between the table field values generated from spufi output.

The table also contains COMP-3 fields.

Your suggestion is needed urgently.

Thanks,
Ravi
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Thu Feb 26, 2009 8:26 pm
Reply with quote

If I understand your situation correctly, you'll need a copy book in your program that matches the fields of your input data set (SPUFI output), then move the input fields one at a time to your DCLGEN fields, then insert the row. It would help if you showed a sample of your input data set and the COBOL portion of your DCLGEN.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Load new table with Old unload - DB2 DB2 6
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top