What is SET TO TRUE all about, anyway?

Answer Posted / mahathiaz

In COBOL II the 88 levels can be set rather than moving
their associated values to the related data item.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

686


How can you get the ksds file records into your cobol program?

636


What is the difference between binary search and sequential search?

634


What is amode(31)

712


Explain how to differentiate call by context by comparing it to other calls?

679






What are various search techniques in cobol? Explain.

639


IF I mention stop run in CICS what happens?

1886


How many bytes S(8) comp field occupy and its maximum value?

1621


What is the difference between a binary search and a sequential search what are the pertinent cobol?

725


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

984


What is link edit in cobol?

729


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?

6794


what are decleratives in cobol?

1821


How do you differentiate between cobol and cobol-ii?

646


i need a small 3d program using inline and outline.

1629