using cursor how can you fetch more than one record into a
variable
Answers were Sorted based on User's Feedback
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 |
Only single record is retrieved in the host variables with
each fetch.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / swathiii
By using the host variable u can fetch more than one
records.
| Is This Answer Correct ? | 0 Yes | 3 No |
Where & How Do You Code Identifier In Jcl?
what is a steplib
Can we use empty VSAM as input?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
In job processing, what happens in execution stage?
hi friends........if u know syntax of IEBEDIT IN JCL
What does a disposition of (NEW,CATLG,DELETE) mean?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
whats the difference between empty and noempty of GDG?
What are three major types of JCL statements? What are their functions?
How to execute 300 steps in a Job?