using cursor how can you fetch more than one record into a
variable

Answers were Sorted based on User's Feedback



using cursor how can you fetch more than one record into a variable..

Answer / divya.kadiri

by using loops we can fetch more than one record.try with
for loop

Is This Answer Correct ?    2 Yes 0 No

using cursor how can you fetch more than one record into a variable..

Answer / vaneesh khurana

Only single record is retrieved in the host variables with
each fetch.

Is This Answer Correct ?    0 Yes 0 No

using cursor how can you fetch more than one record into a variable..

Answer / swathiii

By using the host variable u can fetch more than one
records.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JCL Interview Questions

if we give TIME=0 how many sec that job/step

13 Answers  


What is multithreading in jcl?

0 Answers  


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


How to send notification to multiple users through jcl???

8 Answers  


What is concatenating?

0 Answers  






how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


Is their any limit for data sets?

0 Answers  


i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?

1 Answers   Patni, Syntel,


In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?

1 Answers  


how to code instream data in procedure?

3 Answers  


Give the syntax of job specifying jcl statement.

0 Answers  


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


Categories