if we have " ibm mainframe ",in that how to remove first and last leading space
eg:"ibm mainframe" like that the answer we need
No Answer is Posted For this Question
Be the First to Post Answer
Hai friends why we need to read a file before re-write a record?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
How can we know that cobol program is using report file or simple file....?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
How do you reference the fixed block file formats from cobol programs
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
why 02 level number can't be use as a separate level number like 01 or 77 ?
What are the various section in data division and briefly explain them.
What is R-mode and A-mode?
What will happen if we try to create GDG (+2) generaton instead of (+1) generation?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
What is Static and Dynamic linking ?