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 |
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
define cond parameter in jcl?
what are the technical terms for // /* in jcl
How can an in-stream dataset be terminated?
What is JOBLIB ?
Explain about LMPUT-
a dd statement has 2 types of parameters. Name them?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
What is JCL LIB ?