What is the error code SOC01 indicate ?
Answers were Sorted based on User's Feedback
Answer / guest
Operation exception error For e.g. a dataset open error
| Is This Answer Correct ? | 17 Yes | 6 No |
Answer / l c sharma
This happens when accept statement is used in COBOL
program for SYSIN but there is no SYSIN defined in the
program.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / l c sharma
sorry i meant if SYSIN not defined in JCL and used in
program, SOC1 abend will occur.
| Is This Answer Correct ? | 5 Yes | 4 No |
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
whats the diff bw the evaluate also and and?
What statement marks the end of an in-stream or catalogued procedure?
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 program opens the file in EXTEND mode. What happens ?
how to concatenate datasets
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..
Is there any command to check wether the ps file is in sorted order?
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
What are the kinds of job control statements?
What is the function of the dd dcb keyword?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?