record length in spool?
Answers were Sorted based on User's Feedback
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..
what is the difference between Plan & package
If you were passing a table via linkage, which is preferable - a subscript or an index?
how to convert vsam table into DB2 table?
For rewrite, why is it mandatory that file needs to be opened?
how can we fetch 3 records in cobol pgm any coding pls ?
how do you define single dimensional array and multidimensional array in your cobol?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
01 A pic 9(100) find record length of it
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
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
What is Static,Dynamic linking ?