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
How to pass the parameter in parm using linkage section ? (syntax)?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What are s0c1, s0c4, s0c5, s0c7 and socb?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
What is NOTCAT ?
What is use of restart and how to use it?
Explain the function of //cntl statement?
What is the function of job statement in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
what is JCL?
what is a jcl?
What is the function of dd disp parameter?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
what is the use of JCL?
List in order the hierarchical levels of jcl?