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 |
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
Explain about Internal Sort
which parameter is use to declare the name of dataset in dd statement?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
if we give TIME=0 how many sec that job/step
What will happen if we write two STOP RUN's in a COBOL program?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
how you will the direct the data to spool using sysout option?
What is concatenating?