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
What is rmode(24)
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is the use of outrecord?
what is difference between cobol and cobol/400
When is inspect verb is used in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Name the sections present in data division.
What type of SDLC u followed? Why?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is link edit in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
how do you reference the variable block file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
Which mode is used to operate the sequential file?