Answer Posted / mdvasanth86
No Error.
Program completion closes the Cursor.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What do you understand by the term notcat 2 – gs?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Brief description of inline procedure of jcl.
what operation is performed by job statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can a stopped job be started again?
Why block size is multiple of lrecl in jcl?
Mention the types of job control statements?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What are the 4 fields in dd statement?
What is the difference between run mode and addressing mode?
What parameter directs the output of the job log dataset?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How jcl is used for testing batch programs?