record length in spool?

Answers were Sorted based on User's Feedback



record length in spool?..

Answer / krishna

134 Bytes

Is This Answer Correct ?    0 Yes 0 No

record length in spool?..

Answer / deepjyoti

133

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More COBOL Interview Questions

have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..

5 Answers   TCS,


what is the difference between Plan & package

3 Answers   IBM,


If you were passing a table via linkage, which is preferable - a subscript or an index?

3 Answers   TCS,


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


For rewrite, why is it mandatory that file needs to be opened?

0 Answers  






how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


how do you define single dimensional array and multidimensional array in your cobol?

0 Answers  


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


01 A pic 9(100) find record length of it

6 Answers   TCS,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,


can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)

13 Answers   CTS,


What is Static,Dynamic linking ?

2 Answers  


Categories