hi is there any means of deletin a record from a ps usin
cobol
not using jcl?eg if i am reading a record and if some
condition is matched tat particular record must be deletd
fom the ps
Answer Posted / nagesh
Fine I would like go with answer #2, since physical deletion
is not possible with ps datasets , all you can do is exclude
the records meeting the condition while writing it to new ps
datasets.
let me remind once again that Deletion is not possible with
ps data sets.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
Give some examples of command terminators?
What is comp-1 and comp-2?
Are you comfortable in cobol or jcl?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is difference between static and dynamic call in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Can we redefine the field of x(200) to less than 200?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How arrays can be defined in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how do you reference the variable block file formats from cobol programs
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are declaratives and what are their uses in cobol?