Give some advantages of REDEFINES clause?

Answer Posted / pappu

test

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between PIC 9.99 and PIC9v99?

782


How you can read the file from bottom?

660


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2120


Write the code to count the sum of n natural numbers.

701


What are the pertinent COBOL

2045






How arrays can be defined in COBOL?

663


What rules are followed by the search verb.

638


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5695


Explain what you understand by passing by value.

702


How to know whether the module is dynamical or statistical?

656


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

959


What is the Purpose of Pointer in the string?

643


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


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 ?

1876


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1807