What is the error/SOC code if dd names are not sysut1 and
sysut2 in IEBGENER?
Answer / murali kannan
SOC1- Operation exception- Misspelled DD names.
| Is This Answer Correct ? | 12 Yes | 0 No |
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
How many parameters are there to a DISP statement and what are their uses ?
how can i use the parameters decalred in main pgm in sub pgm
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
How to get cursor position from system in CICS environment ?
which utility is used to sort a file in jcl?
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
How do you submit a JCL under CICS environment ?