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
how can u pass the values into db2 values from cobol ?
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
what is linkcard in cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
what is level 66 means??
What is different between variable length and fixed length?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
File status must be checked both while opening and reading the file or only while reading the file?
what happens if parmparameter passes zero bytes to the program
how can we code index in an array of cobol pgm?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?