How do you unload data from DB2 tables into a PS file.write
the code and how do you do it? what will be the syntax?

Answers were Sorted based on User's Feedback



How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what wi..

Answer / uday suthapalli

we can use ADUUMAIN utility to unload data from table.

Is This Answer Correct ?    6 Yes 1 No

How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what wi..

Answer / anonymous

Unload can be done using BMCUNLOAD

Is This Answer Correct ?    1 Yes 0 No

How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what wi..

Answer / srini

you can try with cobol db2.read the data from table and move to ps file file section variables then write to ps file,

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More CICS Interview Questions

Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

0 Answers  


Explain how do you dynamically set the cursor position to a specific field?

0 Answers  


when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?

0 Answers   IBM,


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

0 Answers   IBM,


How will you place cursor on a field called ?EMPNO?.

2 Answers  






What option is specified in the SEND command to send only the unnamed fields on to the screen?

1 Answers   IBM,


Where are transient data sets defined to CICS?

4 Answers  


Name the command used for terminating a browse operation?

0 Answers  


Explain the uses that are associated to tsq and tdq ?

0 Answers  


what is an mdt (modified data tag)? Its menaing and use?

0 Answers   IBM,


What is the meaning of the enq command?

0 Answers  


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


Categories