How you can delete a record from a ps file in cobol?
Answer / shib
No we can not...we can skip a record logically and write the file.
https://www.ibm.com/docs/en/cobol-aix/5.1?topic=mode-file-organization-access
| Is This Answer Correct ? | 0 Yes | 0 No |
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..
For rewrite, why is it mandatory that file needs to be opened?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
plz any one tell clearly the justify right clause?
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?
what is filler and what is use of filler
what is the minimum number of lines a Cobol program should have to successfully compile and run
What is "Call by content" and "call by reference"?
How can you display the SPOOL information ?
What is R-mode and A-mode?
where do u use low-value and high value in cobol
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?