I HAVE FOLLOWING DECLARATION.
02. A PIC X(10) VALUE 'XXXXXXXXXX'.
02. B REDEFINES A.
05. C PIC X(3).
05. D PIC X(3).
05. E PIC 9(3).
IN MY PROG, I HAVE
MOVE 1 TO E.
DISPLAY A.
WHAT WILL BE DISPLAYED AS A RESULT OF THIS?
PLEASE EXPLAIN THE ANSWER. THANKS.
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is a scope terminator give example?
Name some of the examples of COBOl 11?
What is the difference between comp and comp-3?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How arrays can be defined in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Difference between array and sub-script ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Difference between cobol and cobol-ii?
Explain the configuration section of a cobol program with examples of syntax.
Explain how to differentiate call by context by comparing it to other calls?
What rules are to be followed while using the corresponding options?
For rewrite, why is it mandatory that file needs to be opened?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?