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 |
What is the difference between Global and External Variables?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
What COBOL construct is the COBOL II EVALUATE meant to replace?
how can we find total no of records in a file ....is there any utility......?
What is an in-line perform ?
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
how can i see junk values in dclgen or in hostvariable of comp ?
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?
what is rediffine clause?in what situation it can use?give me real time example?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What does MAXCC 3 means? It is used in one my codes.