What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / unknown
SECTION includes paragraph.
PARAGRAPH includes set of statements.
Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
In which area will you utilize 88 level items in cobol?
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?
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?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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.
How many bytes S(8) comp field occupy and its maximum value?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write some characteristics of cobol as means of business language.
Why did you choose to work with ibm mainframe cobol programming?
Difference between cobol and cobol-ii?
What is perform what is varying?
How do get the result of your program directly on your pc?
Write the code to count the sum of n natural numbers.
what is the difference between COBOL2 AND COBOL390?