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
What is the usage of comp fields in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are all the divisions of a COBOL program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the different rules of SORT operation?
How do you define a variable of comp-1 and comp-2?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How you can characterize tables in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What type of SDLC u followed? Why?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do u write test cases?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?