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

) How do u handle errors in BMS macro?

0 Answers   IBM,


Write the syntax of a two dimensional array?

8 Answers   Honeywell, Xansa,


Can we use goto statement in inline_perform ?

5 Answers   IBM,


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?

3 Answers   TCS,


ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete

4 Answers   TCS,


how we rectify soc7 and soc4 errors in project?

1 Answers   Anaxis, TCS,


What are the different open modes available in cobol?

0 Answers  


What is the meaning of 'TALLING' verb in cobol?

5 Answers  


Why did you choose to work with ibm mainframe cobol programming?

0 Answers  


A s9(4). B v9(4) value 0.21 can i move this?

3 Answers  


A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


Categories