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 differentiate between cobol and cobol-ii?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the compute verb? How is it used?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the LINKAGE SECTION used in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
A table has two indexes defined. Which one will be used by the SEARCH?
Write a program to explain size error.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between perform … with test after and perform … with test before?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is amode(24)?
How to remove 2 duplicate records and copy only one using job control language?
How to print 10 to 1 if the input have only 10 digit number?
i want a program using by if, evaluate , string, unstring, perform, occurs?