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 / saikat
take the infile and outfile same in the jcl but in 2 dd
statement. Declare one ainput file to read and other as
output file to write in cobol program. Then read the file
and srore the file contents in an array/table. after
reading the full file write the file from the array records.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is report-item in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is length is cobol?
What is the LINKAGE SECTION used in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
What are literals?
How do we get current date from system with century in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
i need a small 3d program using inline and outline.
Write a cobol program making use of the redefine clause.
How do define dynamic array in cobol.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the variable block file formats from cobol programs