How to traceback if I am getting SOC7 or SOC4 abend? List down the steps


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


Explain the configuration section of a cobol program with examples of syntax.

0 Answers  


What the difference is between continue and next sentence?

0 Answers  


I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).

8 Answers  






In an EVALUTE statement is the order of the WHEN clauses significant?

4 Answers  


i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..

4 Answers   CGI,


What is the compute verb? How is it used?

0 Answers  


I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


What will happen if we try to create GDG (+2) generaton instead of (+1) generation?

1 Answers  


The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 Answers   Huawei, IBM, TCS,


How to pass return codes from cobol to jcl?

5 Answers  


Categories