How to resolve the soc4 and soc7 errors?
Answer Posted / nagappa
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.
| Is This Answer Correct ? | 8 Yes | 19 No |
Post New Answer View All Answers
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are various search techniques in cobol? Explain.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
) How do u handle errors in BMS macro
how do you reference the variable unblock file formats from cobol programs
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Give some examples of command terminators?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How do you get the data to code the BMS macro?
How you can read the file from bottom?
Which Search verb is equivalent to PERFORM…VARYING?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what happens if parmparameter passes zero bytes to the program