In an array processing what is the thing that can be done
by using subscripts but not by using index

Answers were Sorted based on User's Feedback



In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / garry

Arithmetic Operations .

Is This Answer Correct ?    16 Yes 1 No

In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / yuvaevergreen

hi,
Incrementing or decrementing is possible in subscripting
using - or + whereas the same operation in indexing is
possible is achieved by using SET statement.

Is This Answer Correct ?    8 Yes 0 No

In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / sweety

we can display subscripts but not index ....

Is This Answer Correct ?    1 Yes 0 No

In an array processing what is the thing that can be done by using subscripts but not by using ind..

Answer / nimi

subscripted array can be passed to a sub program whereas indexed array cannot be.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is the use of LINKAGE SECTION?

1 Answers  


01 b pic +9(4) How many bytes it will take for storage???

2 Answers  


How are the next sentence and continue different from each other?

0 Answers  


What is the difference between working storage copybook and linkage section copybook?

5 Answers   TCS,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,






What is comp-1 and comp-2?

0 Answers  


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand

4 Answers   TCS,


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

5 Answers   HCL,


how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


Write down the divisions of cobol program?

0 Answers  


what is the difference between Plan & package?

1 Answers   IBM,


Categories