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
Mention the guidelines to write a structured cobol program?
What is inspect in cobol ?
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?
What is the difference between external and global variables in COBOL?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is the difference between COBOL2 AND COBOL390?
how to convert the recors form vsam file to db2 table tru file aid
example for sub strings ? and refernce modifications whit output pls
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the local-storage section?
How many sections are there in data division in COBOL?
Write a program that uses move corresponding.
Write the code implementing the perform … varying.
how do you reference the variable unblock file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?