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 |
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 ?
Explain how do you dynamically set the cursor position to a specific field?
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?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
How will you place cursor on a field called ?EMPNO?.
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Where are transient data sets defined to CICS?
Name the command used for terminating a browse operation?
Explain the uses that are associated to tsq and tdq ?
what is an mdt (modified data tag)? Its menaing and use?
What is the meaning of the enq command?
Which is the CICS control program which governs the flow of control among the CICS application