what is the advantage of using redefines instead of
delaring the variables ?
Answer Posted / joshin
redifine will used to change the pic clause of already
declared variable.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is redefines clause in COBOL?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you define single dimensional array and multidimensional array in your cobol?
Write a cobol program making use of the redefine clause.
Which Search verb is equivalent to PERFORM…VARYING?
Can we redefine the field of x(200) to less than 200?
What is the difference between comp and comp-3?
Why occurs cannot be used in 01 level in COBOL?
how to move the records from file to array table. give with code example
What guidelines should be followed to write a structured cobol prgm?
What are the different rules to perform a Search?
Define static linking and dynamic linking.