Q:what is the difference between the variable length and
fixed lenght.how it varies in the cobol.
Answer Posted / thiyagarajan
if we didnt mention length then it is variable length,if we
declare the size then it is fixed length
| Is This Answer Correct ? | 20 Yes | 16 No |
Post New Answer View All Answers
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Difference between cobol and cobol-ii?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the pertinent COBOL
what is the use of outrecord?
What is amode(31)
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you reference the esds vsam file formats from cobol programs
What is rmode(24)
How do you differentiate between cobol and cobol-ii?
Write the code to count the sum of n natural numbers.
What are the different data types in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is the utilization of copybook in cobol?