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 / manikandan

The above answer is do it with the JCL, if you want to do
the same with COBOL, you should be having two files, one is
input and the other one with new output file. Otherwise i
suppose we can't do it.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not true about evaluate statement

1562


IF I mention stop run in CICS what happens?

1886


What is static and dynamic call in cobol?

588


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2091


Discuss about changing dataset name in proc.

757






i want a program using by if, evaluate , string, unstring, perform, occurs?

4037


Write a program that uses move corresponding.

666


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

984


How do define dynamic array in cobol.

664


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

705


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2091


Can we redefine the field of x(200) to less than 200?

811


What is a report item?

733


how to move the records from file to array table. give with code example

2209


What are various search techniques in cobol? Explain.

639