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


Please Help Members By Posting Answers For Below Questions

A dd statement consists of 4 fields. Name them?

932


Does jcl support automatic restart?

761


Explain the jcl exec statement?

650


Explain how can the attributes of one sms dataset be copied to another dataset?

706


How jcl work to handle various input output file operations?

659






Where & How Do You Code Identifier In Jcl?

699


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1951


Is there any command to check wether the ps file is in sorted order?

2433


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) ?

1753


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

1040


What are the parameters that are used in creating a gdg?

741


What is use of restart and how to use it?

771


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

800


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

679


how you can direct the data to spool using SYSOUT option?

930