What is length is cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of EVALUATE statement?
why we are using picture clause in the cobol programs?
Mention the guidelines to write a structured cobol program?
Which mode is used to operate the sequential file?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
How you can characterize tables in cobol?
I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
If you were passing a table via linkage, which is preferable - a subscript or an index?
S9(5)V9(2) occupies how many bytes memory ?
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.