What is the default value(s) for an initialize? What keyword will allow for an override of the default?
No Answer is Posted For this Question
Be the First to Post Answer
When is a scope terminator mandatory?
how do you reference the esds vsam file formats from cobol programs
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What is the local-storage section?
What do you do to resolve SOC-7 error?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
can I copy book which contain db2 statment in procedure divion?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
can we read records in a file from botom to top. if possible how can we read
How can you submit a job from COBOL programs?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?