Can printer files (having 133 characters) be of variable
length?
Answers were Sorted based on User's Feedback
Answer / amy
The printer file is defined as FBA(Fixed block attribute)
with a length of 133 where the first byte contains the
printer carriage control characters and rest 132 contains
printable characters.
It can't be of variable length.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / atif
Printer File can be in two format. One is FB-133 byte n
another is FBA-134 byte
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / jagannath
No the file has to be of fixed byte with length 133.
| Is This Answer Correct ? | 0 Yes | 3 No |
Under which scenario you would go for a static call as opposed to dynamic call?
Should I use STOP RUN in the sub program??why?
What are the different forms of EVALUATE statement?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
01 a pic s9(5) occupies how many bytes ?
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
what is record label is empty or standard in file description of data division?
Explain how to differentiate call by context by comparing it to other calls?
Can we put move statement in COBOL copybook
What compiler option would you use for dynamic linking?
Which mode is used to operate the sequential file?