If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > how to create load card for a table.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-04-03, 12:03
daggumatis daggumatis is offline
Registered User
 
Join Date: Oct 2003
Location: US
Posts: 1
how to create load card for a table.

how to create load card for a table. there should some JCL I used it long back. But for got that one can any one help me by posting that JCL ?

I need to load table which has many columns it is difficult to create a load card manualy.

Any help is greatly appriciated...

Sree
Reply With Quote
  #2 (permalink)  
Old 10-04-03, 22:27
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
Re: how to create load card for a table.

You can use the UNLOAD utility to generate the load cards for your table in question. In the UNLOAD utility provide a data set name for SYSPUNCH and in the sql for table unload provide a where clause which should not return any data, e.g.

select * from employee where 1=2


Refer to the this link:

http://www-3.ibm.com/software/data/d...0/v7books.html

and look into the book titled: Utility Guide and Reference for more information.


dollar


Quote:
Originally posted by daggumatis
how to create load card for a table. there should some JCL I used it long back. But for got that one can any one help me by posting that JCL ?

I need to load table which has many columns it is difficult to create a load card manualy.

Any help is greatly appriciated...

Sree
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On