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 |
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
How do you submit JCL via a Cobol program?
how many divisions are there in cobol
How to covert given string into ASCII value in COBOL/MF COBOL
how the control comes back from subprogram to mainprogram
Why occurs cannot be used in 01 level in COBOL?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
what is the use of filler in cobol programing?
Can we access the a[0] in the array ?
What is inspect in cobol ?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)