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 |
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
What is a COND parameter in JCL?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
how you can direct the data to spool using SYSOUT option?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
What is DSNDB06 ?
Which is the most widely used batch performance monitor for DB2?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
can we give instream data in procedure