Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad

Answer Posted / anil

Mat is best

Is This Answer Correct ?    6 Yes 21 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

5690


Write a program to explain size error.

677


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.

3718


Write down the divisions of cobol program?

671


What is redefines clause in COBOL?

851






What are the different open modes available in cobol?

721


Define static linking and dynamic linking.

669


State the various causes of s0c1, s0c5 and s0c7.

664


how to move the records from file to array table. give with code example

2219


how do you reference the printer file formats from cobol programs

665


Can we redefine the field of x(200) to less than 200?

818


What are the different rules to perform a Search?

618


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

720


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

2117


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?

6830