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 |
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
what is fixed length and variable length and difference between them
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
When cursor is not closed what is the error?
What are three major types of JCL statements? What are their functions?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is Cataloged Procedures?
i just need the first and last record from a sequencial file?how
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
there are 10 steps in jcl how to execute the steps from step2 to step8 only
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
what is force complete