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
Write down the divisions of cobol program?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How many sections are there in data division in COBOL?
) what is the difference between AID and HANDLE AID?
How can you get the ksds file records into your cobol program?
Write a cobol program making use of the redefine clause.
Write a program that uses move corresponding.
Can we redefine the field of x(200) to less than 200?
State the various causes of s0c1, s0c5 and s0c7.
What is the difference between next sentence and continue in cobol programing language?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is difference between static and dynamic call in cobol?
Why did you choose to work with ibm mainframe cobol programming?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Why would you use find and get rather than to obtain?