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 |
Differentiate between structured cobol programming and object-oriented cobol programming.
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Explain fixed length record in cobol? with suitable example
can we display comp-3 variables. if we want to display what we have to do . give me one example
what is difference between the sysabend and userabend?
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
Explain call by context by comparing it to other calls.
2)Where the Plan is located in CICS-DB2?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
What are the differences between OS VS COBOL and VS COBOL II?