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
State the various causes of s0c1, s0c5 and s0c7.
IF I mention stop run in CICS what happens?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write some characteristics of cobol as means of business language.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How do get the result of your program directly on your pc?
Name some of the examples of COBOl 11?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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?
how do you reference the variable unblock file formats from cobol programs