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 |
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
What is Comm?
2 Answers IBM, Kemper Corporation,
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
Explain complete concept of table handling in COBOL with an example?
HOw can I get the negative sign while deduct high value from low value
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
Hai friends why we need to read a file before re-write a record?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19