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 is the difference between Global and External Variables?
How you can read the file from bottom?
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.
Difference between cobol and cobol-ii?
Which Search verb is equivalent to PERFORM…VARYING?
what is the difference between COBOL2 AND COBOL390?
Why did you choose to work with ibm mainframe cobol programming?
What are the rules of the move verb?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Which mode is used to operate the sequential file?
Are you comfortable in cobol or jcl?
How do define dynamic array in cobol.
What are 77 levels used for?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.