Describe the cobol database components?
No Answer is Posted For this Question
Be the First to Post Answer
what is linkcard in cobol?
In which area will you utilize 88 level items in cobol?
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
can we use go to statement inline-perform?
period is missing in the cobol program which error we getting
CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?