What is 77 level used for ?

Answer Posted / purushothr

ELEMENTARY LEVEL ITEM

Is This Answer Correct ?    19 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the LINKAGE SECTION used in COBOL?

885


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?

6805


Write the code to count the sum of n natural numbers.

697


What is link edit in cobol?

744


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.

1696






How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


State the various causes of s0c1, s0c5 and s0c7.

656


Have you used comp and comp-3 in your project? And how?

2006


what is search and searchall?what is the diffrence between them?give an best example?

5538


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

727


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1925


What is the difference between comp and comp-3?

692


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5673