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 |
How to know whether the module is dynamical or statistical?
how will u pass dadta to cobol+db2 program...?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
What will happen if we generate GDG (+2) version without generating (+1) version?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
what is ASRA, AEY9?
How is sign stored in a comp-3 field?
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.