Answer Posted / kiran
r-mode means 24 bit address mode ,a-mode means 31 bit
address mode
Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the pertinent COBOL
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you define single dimensional array and multidimensional array in your cobol?
Whats the difference between search & search ALL?
What are the different rules of SORT operation?
What type of SDLC u followed? Why?
Explain the configuration section of a cobol program with examples of syntax.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are the different data types in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how do you reference the variable block file formats from cobol programs
In COBOL, what is the different between index and subscript?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?