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
Answer / uday suthapalli
we can use ADUUMAIN utility to unload data from table.
| Is This Answer Correct ? | 6 Yes | 1 No |
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 |
Explain the different ways of initiating transaction in cics?
What is ASRAABEND in CICS?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
What is the meaning of BMS length of field = 0?
In which table would you make an entry for a BMS map?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
Explain the function of the load command?
What does EIB mean?
what is mapfail and when we get this error? during send map or receive map?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
How will you access a VSAM file using an alternate index?
Can you have CICS code in a copybook? If yes, what happens during compilation?