What is the usage of comp fields in cobol?
What is the difference between Global and External Variables?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
What is the LINKAGE SECTION used for?
How do u initialize an array?
Minimum how many Number of Paragraphs are there in ID- Divison?
can we declare occurs in 01 level?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
wht is load module and object module ?
how will you define vsam file in select clause?
why 02 level number can't be use as a separate level number like 01 or 77 ?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?