how we rectify soc7 and soc4 errors in project?
Answer Posted / 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 |
Post New Answer View All Answers
What is rmode(any) ?
Can we redefine the field of x(200) to less than 200?
What is difference between static and dynamic call in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is amode(24), amode(31), rmode(24) and rmode(any)?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
IF I mention stop run in CICS what happens?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
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 is comp-1 and comp-2?
What rules are followed by the search verb.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?