88 level entry is used for
(a) data items in WORKING-STORAGE SECTION
(b) items with RENAMES clause
(c) condition-names
(d) None of the above
Answer Posted / jagan
ANS IS C
88 LEVEL ONLY USED FOR CONDITION-NAME
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is amode(24)?
What are the different rules to perform a Search?
How to know whether the module is dynamical or statistical?
What is the Purpose of Pointer in the string?
What is the difference between Global and External Variables?
how do you reference the variable block file formats from cobol programs
How many sections are there in data division in COBOL?
Have you used comp and comp-3 in your project? And how?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What guidelines should be followed to write a structured cobol prgm?
What is rmode(any) ?
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?