Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / manonmani.r
variable length is changed in dynamic variable creation.but
fixed lenth is mentioned in static variable creation.
Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
In COBOL programming, what is PERFORM? What is VARYING?
How do you reference the fixed block file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
i want a program using by if, evaluate , string, unstring, perform, occurs?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
Whats the difference between search & search ALL?
What is the utilization of copybook in cobol?
What is length is cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What are the pertinent COBOL
Which division and paragraphs are mandatory for a COBOL program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?