What is the difference between PIC 9.99 and 9v99 in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
What is level 66 used for ?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
How do you get the data to code the BMS macro?
01 a pic 9(9v99) 01 b pic 9(9.99) wht will be the stored vales in both cases
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
how to know that the file has 300 records how to acess it?
What are the ways you can generate a copybook?
wht happens if we dnt give scope terminator ?
plz,could any one tell me? what about EBCDIC in cobol?briefly?
i want to store 20 digits . h will u do it in cobol ?
can we use 77 level no for Redefines?if we use give an example?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?