What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / escapa
From answer 2: SECTION includes paragraph but also can include statement directly.
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to print 10 to 1 if the input have only 10 digit number?
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.
What is the compute verb? How is it used?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What type of SDLC u followed? Why?
Write a cobol program making use of the redefine clause.
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the ksds vsam file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How do we get current date from system with century in COBOL?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Define static linking and dynamic linking.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that