What is the difference between comp and comp-3 usage?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone please give the example of Inline Perform.
What is an index for tables?
Write a program to explain size error.
what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
what is the use of comp2 ? where can we use it with example ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
What are the pertinent COBOL commands?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?