What are the different data types available in COBOL?
Answer Posted / ash
X
A
9
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different open modes available in cobol?
Can we redefine the field of x(200) to less than 200?
Write the code implementing the perform … varying.
Write a program to explain size error.
What rules are followed by the search verb.
What is the Purpose of Pointer in the string?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are declaratives and what are their uses in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you define single dimensional array and multidimensional array in your cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.