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
i need a small 3d program using inline and outline.
What is length is cobol?
How you can read the file from bottom?
Which Search verb is equivalent to PERFORM…VARYING?
Explain what you understand by passing by value.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How do you differentiate between cobol and cobol-ii?
What is the difference between binary search and sequential search?
What is the difference between comp and comp-3?
What is the difference between goback, stop run and exit program 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
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between external and global variables in COBOL?
Explain the configuration section of a cobol program with examples of syntax.