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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the usage of comp fields in cobol?

877


What are the different data types in cobol?

1046


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

621


Which mode is used to operate the sequential file?

928


What is the Purpose of POINTER Phrase in STRING command in COBOL?

962


What is the difference between a binary search and a sequential search what are the pertinent cobol?

930


What is length is cobol?

862


What are all the divisions of a COBOL program?

895


How do you differentiate between cobol and cobol-ii?

859


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

946


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9240


Name some of the examples of COBOl 11?

2883


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

2183


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2092


Explain what you understand by passing by value.

915