what is the minimum number of lines a Cobol program should
have to successfully compile and run

Answer Posted / kk

hi,
just two lines enough for with out display anything.it will
successfully compiled and run

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

6776


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

722


What are all the divisions of a COBOL program?

652


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

1996


What are various search techniques in cobol? Explain.

631






How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

694


What are the different data types in cobol?

774


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

803


Name the divisions, which are available in a cobol program?

671


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

980


What is the Purpose of POINTER Phrase in STRING command in COBOL?

703


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1571


What is the local-storage section?

666


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

690


Can a Search can be done on a table with or without Index?

792