if you have big pgm. during compilation is abends with
(soc7)how do you know which line has soc 7 error.
Answer Posted / bala
Check for the offset address. which will give you the extact
line which is responsible for S0C7.
Also use Abend-aid if have it....
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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) ?
What are the rules employed while naming the steps in a job?
Is condition checking possible in jcl? If yes, how?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
what are JCLLIB and STEPLIB in JCL?
Name a few IBM utility programs, and explain its function.
Give the syntax of job specifying jcl statement.
What are the parameters that are used in creating a gdg?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is concatenating?
Explain dd statement in jcl?
What is the use of disp parameter?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
In job processing, what happens in conversion stage?