Answer Posted / viren
SOC4 Exception Occured in my Program, When I tried to Write
into the File that was not opened.
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
How gdg are concatenated?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the purpose of coding class parameter in job statement?
Suppose I have five jobs to do. But I want to hold one?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Matching Logic in Jcl not in cobol.Could any one please answer this question
Differentiate between addressing mode and run mode.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What are the rules employed while naming the steps in a job?
What is the significance of addrspc parameter in the exec statement?
How can the submitting users racf authority be overridden in a job stream?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
how to compare two datasets without using superce because output is limited to 133 bytes
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?