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 / baskar
S0C4 occurs mainly due to protection exception. It means
when you trying to move a larger variable to a small
variable. Whereas S0C7 is data exception. It occurs when
you try to move a non numeric value to a Numeric variable.
| Is This Answer Correct ? | 109 Yes | 17 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
What is report-item in COBOL?
Write a program that uses move corresponding.
Why would you use find and get rather than to obtain?
Why occurs cannot be used in 01 level in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is length is cobol?
What is the difference between external and global variables in COBOL?
what is the use of outrecord?
How many bytes S(8) comp field occupy and its maximum value?
Write a program to explain size error.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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.
Which division and paragraphs are mandatory for a COBOL program?