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

HELP ME:Question for load table


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

New User


Joined: 25 May 2005
Posts: 13
Location: DaLian?China

PostPosted: Thu Jul 06, 2006 2:35 pm
Reply with quote

Hi Everyone,
i have 1 question while loading table
the table has the folling fields:
NAME VARCHAR(17) NOT NULL,
GENDER CHAR(1) NOT NULL,
ADDRESS CHAR(20) NOT NULL,
SERIAL_NO CHAR(6) NOT NULL

my question is how to create a file myself which is used to load its records into the table to corporate the table layout, actually is to match the 'name' column, because its data type is varchar.
Back to top
View user's profile Send private message
rajandhla

Active User


Joined: 18 Oct 2005
Posts: 182
Location: Luton UK

PostPosted: Thu Jul 06, 2006 3:50 pm
Reply with quote

Which utility are you using for loading the table........

Regards,
jai
Back to top
View user's profile Send private message
kondakonda

New User


Joined: 20 Mar 2006
Posts: 34

PostPosted: Thu Jul 06, 2006 4:26 pm
Reply with quote

Hi,

For VARCHAR db2 elements corresponding cobol element is

10 NAME.
49 NAME-LEN PIC S9(4) USAGE COMP.
49 NAME-TEXT PIC X(17).
Back to top
View user's profile Send private message
rushing

New User


Joined: 25 May 2005
Posts: 13
Location: DaLian?China

PostPosted: Thu Jul 06, 2006 5:11 pm
Reply with quote

hi rajandhla,

utility is load

hi kondakonda,
i'm using PL/I.

thanks for ur help.

I want to if i can create a file and then enter record manully
but it seems not working, so program may required, but how is the logic,
read record from one file and write to the load file? then how is the definition of the two files?
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 Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts How to load to DB2 with column level ... DB2 6
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top