Can printer files (having 133 characters) be of variable
length?
Answer Posted / jagannath
No the file has to be of fixed byte with length 133.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the local-storage section?
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.
How do you reference the following file formats from cobol programs?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
how do you reference the fixed unblock file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
Why did you choose to work with ibm mainframe cobol programming?
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.
How to know whether the module is dynamical or statistical?
Describe the cobol database components?
What are the different rules to perform a Search?
What the difference is between continue and next sentence?
What is the difference between Global and External Variables?