What is the difference between performing a SECTION and a
PARAGRAPH?
Answer Posted / shan
Adding to Answer #1, performing section will execute all the
paragraphs until next section comes or and EXIT statement is
defined.
Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
How do you differentiate between cobol and cobol-ii?
State the various causes of s0c1, s0c5 and s0c7.
Define static linking and dynamic linking.
HOw can I get the negative sign while deduct high value from low value
What are the different rules to perform a Search?
how do you reference the printer file formats from cobol programs
What type of SDLC u followed? Why?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the usage of comp fields in cobol?
How do get the result of your program directly on your pc?
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?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Can we change the password using ALTER? anyone tried and changed?