How to resolve the soc4 & soc7
other than following answers.
Soc4 can resolved using mispleed dd name and dd name is not
matching with file
and soc7 check the sysdump and copy the offest address then
correct it in the program.
Answer Posted / vasantha
resolving soc7.... ans mentioned above is one of the
correct ways...
but let me know how to resolve soc7 when offset address
includes hexadecimal values...
i have followed the same way... but not able to find the
exact location..
Pls help me out..
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How many sections are there in data division in COBOL?
Discuss about changing dataset name in proc.
What are various search techniques in cobol? Explain.
How are the next sentence and continue different from each other?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is static and dynamic call in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
When is inspect verb is used in cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do define dynamic array in cobol.