Answer Posted / surya
it is stored as right most half a byte
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is length is cobol?
IF I mention stop run in CICS what happens?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are various search techniques in cobol? Explain.
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?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you differentiate between cobol and cobol-ii?
Describe the cobol database components?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how do you reference the esds vsam file formats from cobol programs
i need a small 3d program using inline and outline.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write a program to explain size error.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?