01 a pic 9(9v99)
01 b pic 9(9.99)
wht will be the stored vales in both cases
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
) How do u handle errors in BMS macro
What is perform what is varying?
What are the rules of the move verb?
What is redefines clause in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the different types of condition in cobol and write their forms.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the compute verb? How is it used?
how do you define single dimensional array and multidimensional array in your cobol?
What are various search techniques in cobol? Explain.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
what is the use of outrecord?