what is rediffine clause?in what situation it can use?give me
real time example?
Answer / naidu sekhar yandrapu
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
What is the LINKAGE SECTION used in COBOL?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
can we use variable picture clause as xx.99 in cobol.
what is the default print format? in cobol
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
if you give cylinder(1,1)how many cylinders it will be allocate?
what is the coding difference between COBOL and CICS.
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
What is length is cobol?