What is the difference between comp and comp-3?
No Answer is Posted For this Question
Be the First to Post Answer
Can we call a CICS program from a batch program or viceversa?If so, how?
how to change picture class of copy book variable inside program?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
i want to enter the name 'pandu' into ur table how?
what are the error codes in cobol, db2, cics, vsam , and jcl
Write down the divisions of cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
How to read the last 100 records from a COBOL file. The file contains N number of records.
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?