what is redefines? where it can be effectively use for the
purpose of memory utilization? give an example?
Answer Posted / raghu
hi suman,redfined item cannot be redfined again.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
What are declaratives and what are their uses in cobol?
What rules are to be followed while using the corresponding options?
What is the difference between goback, stop run and exit program in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
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.
Write a program to enter and display the names of students in a class using the occurs clause.
i need a small 3d program using inline and outline.
What are various search techniques in cobol? Explain.
What are all the divisions of a COBOL program?
What is perform what is varying?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?