Write a cobol program making use of the redefine clause.
No Answer is Posted For this Question
Be the First to Post Answer
How does IDMS communicate with CICS?
Describe the cobol database components?
Explain how to differentiate call by context by comparing it to other calls?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
) What is the use of IGNORE?
how do you define single dimensional array and multidimensional array in your cobol?
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
what r the types of perform statement
What is the linkage section?
How can you get the ksds file records into your cobol program?
What is the difference between comp and comp-3?