can we write paragraph in area B .....

Answer Posted / dhara

Area B: We mention only Executable statements of Cobol

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the sections present in data division.

701


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.

5687


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1024


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


What is the utilization of copybook in cobol?

657






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

818


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

1630


What is static and dynamic call in cobol?

594


What is a SSRANGE and NOSSRANGE?

820


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

720


What is report-item in COBOL?

711


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

735


explain sorting techniques in cobol program?

690


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1115


What is the Purpose of Pointer in the string?

643