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

What are the rules of the move verb?

701


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

672


How are the next sentence and continue different from each other?

760


What is amode(24)?

680


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

709






)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

892


Name the sections present in data division.

697


what is the use of outrecord?

1768


What are the different rules to perform a Search?

613


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

704


Difference between array and sub-script ?

1159


What is the difference between perform … with test after and perform … with test before?

877


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

654


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1928