How you can delete a record from a ps file in cobol?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

657


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1616


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1232


What is amode(24)?

684


What are the cobol coding sheets?

666






example for sub strings ? and refernce modifications whit output pls

1846


What is the difference between goback, stop run and exit program in cobol?

932


What is the difference between external and global variables in COBOL?

815


what happens if parmparameter passes zero bytes to the program

1667


What is the difference between Call and a Link?

702


How do you define a variable of comp-1 and comp-2?

707


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8168


What is the difference between PIC 9.99 and PIC9v99?

783


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

679


Can we redefine the field of x(200) to less than 200?

822