How to covert given string into ASCII value in COBOL/MF
COBOL
Answer Posted / asmara
Just by using translate verb only u can easily translate it.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the pertinent COBOL
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the local-storage section?
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 you differentiate between cobol and cobol-ii?
Write a program to explain size error.
Name the divisions, which are available in a cobol program?
In COBOL, what is the different between index and subscript?
Explain the configuration section of a cobol program with examples of syntax.
What are the different types of condition in cobol and write their forms.
Which mode is used to operate the sequential file?
Which Search verb is equivalent to PERFORM…VARYING?