Difference between array and sub-script ?
No Answer is Posted For this Question
Be the First to Post Answer
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
wht is the difference between goto and perform stmts
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
how to resolve the file status 47.......
Describe the difference between subscripting and indexing ?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
Explain fixed length record in cobol? with suitable example
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
what are the diferences b/w sub-script and index?
How to define a array dynamically.....