In COBOL, what is the different between index and subscript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

0 Answers  


In INITIALIZE what is Repalcing Word will do

1 Answers   CTS,


1)what is use of linkage section? 2)what is difference between comp and comp-3

1 Answers   Cap Gemini,


when COMP-3 is preferrable?

3 Answers   Patni,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  






what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?

1 Answers   HCL,


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


wht happens if we dnt give scope terminator ?

4 Answers   TCS,


how to pass 100 to s9(4) how r they inserted ?

3 Answers   TCS,


What is LENGTH in COBOL II?

2 Answers   CSC,


PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


What is the size of s9(19)comp3? explain

8 Answers  


Categories