How to display the index.(displacement from an array)
Answer Posted / guest1
I tried to redefine a the index variable by a zoned
variable. But not thing displayed..
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
What is the LINKAGE SECTION used in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What the difference is between continue and next sentence?
Why occurs cannot be used in 01 level in COBOL?
Which is not true about evaluate statement
Name the divisions, which are available in a cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Which division and paragraphs are mandatory for a COBOL program?
Explain about different table spaces.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What rules are to be followed while using the corresponding options?
What is a SSRANGE and NOSSRANGE?
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 ?