What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / aji cherian
Performing a SECTION - will perform all paragraphs in the
section.
performing a PARAGRAPH - will perform only
the specified paragraphs
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What are the rules of the move verb?
What are the access modes of START statement?
What are different data types in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What kind of error is trapped by on size error option?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Explain the configuration section of a cobol program with examples of syntax.
Differentiate between structured cobol programming and object-oriented cobol programming.
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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 can you get the ksds file records into your cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between goback, stop run and exit program in cobol?
In COBOL, what is the different between index and subscript?