How to covert given string into ASCII value in COBOL/MF
COBOL
Answer Posted / anu
please explained the answr for this question in detail.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How you can read the file from bottom?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
For rewrite, why is it mandatory that file needs to be opened?
A table has two indexes defined. Which one will be used by the SEARCH?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How do define dynamic array in cobol.
how do you define single dimensional array and multidimensional array in your cobol?
What are the different data types in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
Write a program to explain size error.
What is difference between static and dynamic call in cobol?
) How do u handle errors in BMS macro
What is comp-1 and comp-2?