I have sequential file recl 1000 i want to add another 15
bytes to it. The record length should not change..How?
Answer / sadiq
Change the existing char field to compressed format, so that we can adopt space for the 15 bytes
| Is This Answer Correct ? | 0 Yes | 0 No |
where will u code file status ?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are VS COBOL 11 special features?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
What is the difference between static call & Dynamic call?
how to transfer the file from pc to mainframe??
is this below syntax correct? CALL 'subprg' using A,B Please help
Can we access the a[0] in the array ?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?