What is the error code SOC01 indicate ?
Answer Posted / shailendra
dd name mismatch
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
what sort card you will use to copy the data from one dataset to another dataset?
how can the same proc be re-used and called by many jobs?
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) ?
Explain the function of //cntl statement?
What is the function of job statement in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
What is the purpose of dd dummy statement?
Define concatenating?
Name a few IBM utility programs, and explain its function.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain dd statement in jcl?
what is JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?