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

Post New Answer

More COBOL Interview Questions

what is Pic 9v99 Indicates?

2 Answers  


How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.

5 Answers  


Which Search verb is equivalent to PERFORM…VARYING?

0 Answers  


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

0 Answers  


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

7 Answers   T systems,






What is the difference between binary search and sequential search?

0 Answers  


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


How do you reference the fixed block file formats from cobol programs

0 Answers  


how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?

2 Answers   TCS,


if someone is using my file,how can i find which user id is using?

4 Answers  


i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


Categories