why occurs clause not mentioned in 01 level
Answer Posted / m
we have 2 types of redefines
1. Explicit redefines -- we generally use in our cobol
logic using redefine keyword.
2. Implicit redefines -- system redefines its spaces
accordingly .. eg: the variable/record defined with 01
level are usually redefined by the system.
this is th ereason why we wont define occurs clause @ 01
level
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is link edit in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
) How do u handle errors in BMS macro?
how do you reference the rrds file formats from cobol programs
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is rmode(any) ?
What do you understand by psb and acb?
What are the different rules for performing sort operation?
Explain about different table spaces.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are the access modes of START statement?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is an in line perform? When would you use it? Anything else you wish to say about it.
Name the divisions, which are available in a cobol program?