what are the utilities for load and unload the DB2 tables

Answer Posted / anupam das

There are many utilities available but most commonly used
are IKJEFT01, IKJEFT1A and IKJEFT1B. Also need to use
DSNTIAUL program.
You can generate Unload/Load utility from DB2 Admin tool.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which Search verb is equivalent to PERFORM…VARYING?

679


What is inspect in cobol ?

797


What is comp-1 and comp-2?

756


What is a scope terminator give example?

652


What is the use of intialize verb?

742






How do define dynamic array in cobol.

669


Explain the configuration section of a cobol program with examples of syntax.

655


) how do u code after getting data?

1578


Name the divisions, which are available in a cobol program?

681


how to refer the data field?

1802


) what is the difference between AID and HANDLE AID?

1630


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646


Write a program to explain size error.

669


How you can read the file from bottom?

658


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1111