Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / sruthi
Fixed length means the length of all records in the file is
same.so we code record length is x chrs
where as in variable length means the length of records are
varying from each other. so we code as record length is x
to y chars
| Is This Answer Correct ? | 31 Yes | 22 No |
Post New Answer View All Answers
what is the use of outrecord?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Why did you choose to work with ibm mainframe cobol programming?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between Call and a Link?
What are the various section in data division and briefly explain them.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write the code implementing the perform … varying.
What are 77 levels used for?
What are different data types in cobol?
What are literals?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Explain what you understand by passing by value.