if we have " ibm mainframe ",in that how to remove first and last leading space
eg:"ibm mainframe" like that the answer we need
what is Pic 9v99 Indicates?
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.
Which Search verb is equivalent to PERFORM…VARYING?
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)?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
What is the difference between binary search and sequential search?
how can we fetch 3 records in cobol pgm any coding pls ?
How do you reference the fixed block file formats from cobol programs
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 ?
if someone is using my file,how can i find which user id is using?
i want to store 20 digits . h will u do it in cobol ?
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.