When cursor is not closed what is the error?

Answers were Sorted based on User's Feedback



When cursor is not closed what is the error?..

Answer / prabu

-502 The cursor identified in an open statement is
already open.

Is This Answer Correct ?    4 Yes 0 No

When cursor is not closed what is the error?..

Answer / mdvasanth86

No Error.
Program completion closes the Cursor.

Is This Answer Correct ?    1 Yes 1 No

When cursor is not closed what is the error?..

Answer / ramki

We will get sql code -503

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

Give the syntax of job specifying jcl statement.

0 Answers  


What does IEBGENER do?

10 Answers   BirlaSoft,


what is inrec fields and outrec fields in sorting

3 Answers   Fidelity,


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

8 Answers  


COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


GDG Create syntax ?

4 Answers   Xansa,


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

0 Answers  


If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,


what is static and dynamic call with examples?

4 Answers   IBM,


What is the use of ikjeft1b utility in jcl?

1 Answers  


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


Categories