Can printer files (having 133 characters) be of variable
length?
Answer Posted / 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 |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
Mention the guidelines to write a structured cobol program?
Whats the difference between search & search ALL?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is report-item in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
What kind of error is trapped by on size error option?
How do you reference the fixed block file formats from cobol programs
What are 77 levels used for?
Name the divisions, which are available in a cobol program?
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.
) How do u handle errors in BMS macro?
What are the pertinent COBOL
What the difference is between continue and next sentence?