Define in-line perform?
Answer / jayaram
The set of COBOL statements is written in between perform and end-perform. We should not code any period for these statements untill end-perform. THis code is used in once if you want to use the same code again you will write code once more.
| Is This Answer Correct ? | 0 Yes | 0 No |
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
Difference between next and continue clause
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
How to read the last 100 records from a COBOL file. The file contains N number of records.
What the difference is between continue and next sentence?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
what is the difference between Plan & package
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
How do you define a table/array in COBOL?
what happens when a copybook variables are declared using include statement ?
How many divisions we have in Cobol ?