How do you get the data to code the BMS macro?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
what is the use of filler in cobol programing?
What is binary search?
How you can read the file from bottom?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
In the JCL, how do you define the files referred to in a subroutine ?
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?
At the minimum, which division of COBOL is enough to be coded?
When can the USING phrase be included in the call statement ?
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
what is the difference between Normal vaiable and comp variable.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this