what is index and how to use two tables using index?
Answer / venkat
unique is writen in table so we mention in index duplicate records not allowed
Is This Answer Correct ? | 2 Yes | 3 No |
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
what is amode(24), amode(31), rmode(24) and rmode(any)?
how we rectify soc7 and soc4 errors in project?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
What does EXIT do ?
01 a pic s9(5) value '-12345' how it will be stored
What is a scope terminator? Give examples.
What is the default value of DISP parameter?
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
What is the difference between index and subscript?