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
What is amode(31)
What are the pertinent COBOL
In COBOL, what is the different between index and subscript?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is amode(24)?
How to print 10 to 1 if the input have only 10 digit number?
What is cobol?
Why occurs cannot be used in 01 level in COBOL?
what is difference between cobol and cobol/400
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is redefines clause in COBOL?
What is link edit in cobol?
What do you understand by psb and acb?
How many sections are there in data division in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.