Answer Posted / ram
Soc 4 is a data exception error, If moving and reciving
varaiables are not compatable to handle the data, you will
get this error.
So depending on the requirement, this errro should correct
in the program
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
what are JCLLIB and STEPLIB in JCL?
What are steplib and joblib?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how to run batch program without jcl?
Explain dfsort utility?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the purpose of dd dummy statement?
When space is allocated for an output dataset, what units can be used?
Name the statement which can be used to send data to another mvs jes3 node?
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
How can a fb file convert to vb file using sort program?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
can any one plzzzzzz tell the jcl code for creating ps using idcams