using cursor how can you fetch more than one record into a
variable
Answer Posted / vaneesh khurana
Only single record is retrieved in the host variables with
each fetch.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How dummy is used in jcl?
Is it possible to define dd statements as you want?
What is the purpose of disp parameter?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the use of symbol // in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Is condition checking possible in jcl? If yes, how?
Explain how can a jobs execution priority be modified?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Differentiate between the joblib and the steplib statements?
what are JCLLIB and STEPLIB in JCL?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is job control language?
What is Cataloged Procedures?