What is different between variable length and fixed length?
Answer Posted / saravanan
variable lenth means record should be in different format
(lenth).but the first 4 bytes only taken as a record lenth.
fixed lenth means we have declaring a record lenth.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is length is cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How to remove 2 duplicate records and copy only one using job control language?
When is inspect verb is used in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What rules are to be followed while using the corresponding options?
What is the use of intialize verb?
What type of SDLC u followed? Why?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
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.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
) How do u handle errors in BMS macro
What are all the divisions of a COBOL program?
How many bytes S(8) comp field occupy and its maximum value?