level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answers were Sorted based on User's Feedback
Answer / santy
level number 77 is used to define elementary data element.
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / jagannath
Both 01 and 77 level can be used to define elementary data.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / v.s.rajashekar
LEVEL NO:77 IS USED FOR DECLARING ELEMENTRY DATA
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siddu
level number 77 is used to define elementary data
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
What is the difference between index and subscript?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
What is the linkage section?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
Can JUSTIFIED be used for all the data types?
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
wht do u mean by (*,intrdr) wht is * used for ?
What is the difference between CONTINUE & NEXT SENTENCE ?