What are the divisions in a cobol program?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
What is report-item in COBOL?
How is sign stored in a comp-3 field?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
What is cobol?
what is index and how to use two tables using index?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete