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 / sayandeep
for hexadecimal data u have to do hexlock on
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
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.
Write a program to enter and display the names of students in a class using the occurs clause.
What is the local-storage section?
What is amode(24)?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is rmode(24)
What is the difference between goback, stop run and exit program in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Have you used comp and comp-3 in your project? And how?
For rewrite, why is it mandatory that file needs to be opened?
What is length is cobol?
Which Search verb is equivalent to PERFORM…VARYING?
What do you understand by psb and acb?
Write down the divisions of cobol program?