What is the difference between comp and comp-3?
No Answer is Posted For this Question
Be the First to Post Answer
I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
wht do u mean by (*,intrdr) wht is * used for ?
what are the control characters used in reports
what is meaning by design document? who can repared for this?
For rewrite, why is it mandatory that file needs to be opened?
How can you submit a job from COBOL programs?
how do you reference the fixed unblock file formats from cobol programs
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
What is an in-line perform ?
Explain Restart Logic in Cobol?