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

Write down the divisions of cobol program?

0 Answers  


how to create temporary data set in jcl? what is the use?

3 Answers   Cap Gemini, Temenos,


what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?

9 Answers   TCS, Tech Mahindra,


For rewrite, why is it mandatory that file needs to be opened?

0 Answers  


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

2 Answers   IBM, Wipro,






If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?

8 Answers   CTS,


What are the different types of condition in cobol and write their forms.

0 Answers  


i want to learn mainframes. i completed MCA ,whats the future of mainframes

5 Answers  


what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?

4 Answers   CSE, TCS, Wipro,


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why

3 Answers  


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


Categories