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
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between Call and a Link?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between goback, stop run and exit program in cobol?
Why did you choose to work with ibm mainframe cobol programming?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain what you understand by passing by value.
Write the code to count the sum of n natural numbers.
Differentiate between structured cobol programming and object-oriented cobol programming.
how to move the records from file to array table. give with code example
How do you reference the fixed block file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning