What is 77 level used for ?

Answer Posted / e

Independent working storage variables

Is This Answer Correct ?    70 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

769


What are the pertinent COBOL commands?

2619


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

739


Name some of the examples of COBOl 11?

2676


How to remove 2 duplicate records and copy only one using job control language?

734






For rewrite, why is it mandatory that file needs to be opened?

619


What is the local-storage section?

679


Write down the divisions of cobol program?

665


What is link edit in cobol?

740


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

702


What is the LINKAGE SECTION used in COBOL?

885


Which is not true about evaluate statement

1567


What are the access modes of START statement?

716


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?

6804


What is a scope terminator give example?

652