what is rediffine clause?in what situation it can use?give me
real time example?
Answer Posted / sukesh adhikary
When u want to use same working storage area for different
variables. u must ensure that the space must not use at same
time of program execution.For example perform xyz uses a
space ABCD pic x(9) and it will not be used .then other
part of the program can use that space ABCD.
sukesh
9831281032
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
In COBOL programming, what is PERFORM? What is VARYING?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how to access the file from prodution from changeman tool and to submit a file to production
Why occurs cannot be used in 01 level in COBOL?
What is the difference between goback, stop run and exit program in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is the difference between COBOL2 AND COBOL390?
what is search and searchall?what is the diffrence between them?give an best example?
What are literals?
What is the LINKAGE SECTION used in COBOL?
How to know whether the module is dynamical or statistical?
Write the code to count the sum of n natural numbers.