Answer Posted / mallappa
Redfeines Clause allows you to use a same memory area.
Ex:
01 var.
02 ws-date pic x(10).
02 ws-date1 Redefines ws-date
03 ws-day pic x(2).
03 ws-month pic x(2).
03 ws-month pic x(8).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
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.
What are the different data types in cobol?
What is the compute verb? How is it used?
What are the access modes of START statement?
Give some examples of command terminators?
Explain what you understand by passing by value.
Describe the cobol database components?
Define static linking and dynamic linking.
) How do u handle errors in BMS macro?
What are declaratives and what are their uses in cobol?
How do you reference the fixed block file formats from cobol programs
How do you define a variable of comp-1 and comp-2?
Write the code to count the sum of n natural numbers.
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?