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
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
i need a small 3d program using inline and outline.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is rmode(24)
What is cobol?
Which mode is used to operate the sequential file?
What is inspect in cobol ?
how do you reference the ksds vsam file formats from cobol programs
How you can read the file from bottom?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?