how we rectify soc7 and soc4 errors in project?
Answer / ravi paradkar
SOC4 means address exception
when we are trying to move a value into a variable which is having more length than defined
SOC7 - Data Exception.
eg: when we try to move a non-numeric data into a numeric data item.
| Is This Answer Correct ? | 7 Yes | 0 No |
How do u initialize an array?
What are the pertinent COBOL
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
give the examples of strings in cobol
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
What is the difference between comp and comp-3 usage?
BY seeing a program how can we say that it is static call or dynamic call
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
i WANT ALL ERROR codes IN CICS and DB2
How we copy a program from production region to development region.What is the process & syntax ?
What is the difference between write & move in COBOL?