Can the OCCURS clause be at the 01 level?
Answers were Sorted based on User's Feedback
Answer / rajini
Can the OCCURS clause be at the 01 level?
NO, because occurs clause is there to repeat the fields and
not the records.
| Is This Answer Correct ? | 10 Yes | 1 No |
How to convert bunch of words in a line to relvant ASCII values?
wht do u mean by (*,intrdr) wht is * used for ?
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
What is the difference between structured cobol programming and object alternativelyiented cobol?
what r the types of perform statement
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
s9(18) comp-3:: What is the size of memory it takes internally?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is difference between COBOL and VS COBOL II?.
What is the file organization clause ?
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....