Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can printer files (having 133 characters) be of variable
length?

Answers were Sorted based on User's Feedback



Can printer files (having 133 characters) be of variable length?..

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

Can printer files (having 133 characters) be of variable length?..

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

Can printer files (having 133 characters) be of variable length?..

Answer / jagannath

No the file has to be of fixed byte with length 133.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

Differentiate between structured cobol programming and object-oriented cobol programming.

0 Answers  


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

5 Answers   TCS,


Explain fixed length record in cobol? with suitable example

1 Answers   IBM,


can we display comp-3 variables. if we want to display what we have to do . give me one example

6 Answers   CGI, Deloitte,


what is difference between the sysabend and userabend?

2 Answers  


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.

3 Answers  


Explain call by context by comparing it to other calls.

1 Answers  


2)Where the Plan is located in CICS-DB2?

1 Answers   IBM,


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

0 Answers  


I had 100 records and i want to execute last three records by using cobol programming?what will be coding?

4 Answers   IBM,


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

1 Answers  


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


Categories