Answer Posted / pandu
hi Samay,your answer is correct but i had doubt why don't
we write it as
01 College-table
05 Student-table occurs 10 to 20 times depending on
NUM_Stud.
because 01-49 all are group items naa.
and why don't we mention pic clause in above 01 and 05
pls tell me naa.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
Which division and paragraphs are mandatory for a COBOL program?
What are the different rules for performing sort operation?
What is a SSRANGE and NOSSRANGE?
What is the LINKAGE SECTION used in COBOL?
What is Pic 9v99 Indicates in COBOL?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are 77 levels used for?
What is the Purpose of Pointer in the string?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Can we redefine the field of x(200) to less than 200?
What the difference is between continue and next sentence?
Name the divisions, which are available in a cobol program?