When cursor is not closed what is the error?
Answers were Sorted based on User's Feedback
Answer / prabu
-502 The cursor identified in an open statement is
already open.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mdvasanth86
No Error.
Program completion closes the Cursor.
Is This Answer Correct ? | 1 Yes | 1 No |
Give the syntax of job specifying jcl statement.
What does IEBGENER do?
what is inrec fields and outrec fields in sorting
How to send notification to multiple users through jcl???
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 ?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
GDG Create syntax ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
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,
what is static and dynamic call with examples?
What is the use of ikjeft1b utility in jcl?
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?