Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / sam insa
when we declare array with its size is called as fixed
lengh and when we declare array with pointer it is called
variable length record.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
What kind of error is trapped by on size error option?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Explain how you can characterize tables in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Differentiate between structured cobol programming and object-oriented cobol programming.
How many bytes S(8) comp field occupy and its maximum value?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Why would you use find and get rather than to obtain?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the cobol coding sheets?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Define cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.