how we rectify soc4 and soc7 error in project(need real time
answer)? please reply
Answer Posted / ramana
go to sysdump there you can find the 8bytes offset
address,,copy that offset,,,go to the expanded version of
your program,,paste the offset adress there,,,
then it will show the exact line where the abend occurs,,
correct me if iam wrong
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Are you comfortable in cobol or jcl?
What are various search techniques in cobol? Explain.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How can you get the ksds file records into your cobol program?
Write the code to count the sum of n natural numbers.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Name the sections present in data division.
What is amode(31)
What are the access modes of START statement?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How many bytes S(8) comp field occupy and its maximum value?
What is static and dynamic call in cobol?
how do you reference the rrds file formats from cobol programs