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
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 |
Answer / nimi
subscripted array can be passed to a sub program whereas indexed array cannot be.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
If I want to increase the Limit in GDG. What should I do?
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
record length in spool?
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
Why IBM?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
Name the divisions in a COBOL program ?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?