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 |
Hai friends why we need to read a file before re-write a record?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
tell me about examine inspect and evaluate ?
What should be the sorting order for SEARCH ALL?
what is the purpose of linkage section?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
How to read a record from bottom of a file which is indexed by 'A'.
Did anybody attend the walkin of TCS on 31st July in Gurgaon for any technology,If u have completed 3 round i.e till the HR round,have u received the Offer letter yet? Please let me know.Thanks.
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
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 by mistake we MOVE a working storage variable into LINKAGE area. What will happen??
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?