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 / vinutna koritala
soc4 error occurs due to invalid address or out of
subscript.i.e trying to read dataset which is in not open.
or
when read command is read againist empty vsam dataset.
how to ignore out of subscript errors?
write logic:pgm=IGYCRCTL
pgm=IEWL/HEWL,PARM=(SSRANGE,NONSSRANGE)are compiler options
which must be coaded in parm parameter.
soc7 error occurs in the foll situations.
moving data from alphanumeric to editing characters.
moving data from editing characters to alpha numeric data
type.
involve alphanumeric datatypes in arthemetic operations.
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
Have you used comp and comp-3 in your project? And how?
Name some of the examples of COBOl 11?
what is difference between cobol and cobol/400
What is amode(24)?
Write some characteristics of cobol as means of business language.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Differentiate between structured cobol programming and object-oriented cobol programming.
Whats the difference between search & search ALL?
Difference between cobol and cobol-ii?
What is the difference between PIC 9.99 and PIC9v99?
what is the difference between COBOL2 AND COBOL390?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how can i see junk values in dclgen or in hostvariable of comp ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..