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


Please Help Members By Posting Answers For Below Questions

Write a cobol program making use of the redefine clause.

723


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.

2047


What is the default value(s) for an initialize and what keyword allows for an override of the default?

688


What is Pic 9v99 Indicates in COBOL?

716


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

765






Explain what you understand by passing by value.

689


Difference between cobol and cobol-ii?

703


What are the rules of the move verb?

695


Define cobol?

856


Name the sections present in data division.

696


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10561


How are the next sentence and continue different from each other?

756


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

923


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

668


IF I mention stop run in CICS what happens?

1887