How to update a particular row in a file using JCL?

Any utilities? Don't want to use any programs.

Questions by etajay

Showing Answers 1 - 9 of 9 Answers

neeraja

  • Oct 9th, 2007
 


Use disp=mod

to append the records to a file.

  Was this answer useful?  Yes

serken

  • Dec 19th, 2008
 

JCL itself cannot update any file. JCL only can execute other programs. Period.

Any file update can be done either by a standard utility program, or by specifically written user program. Period.

  Was this answer useful?  Yes

JCL itself is unable to do this, however there is a suite of programs beginning with IEB*.

I think the one you're looking for is IEBUPDTE.  The syntax of the commands are so arcane that it's probably easier to code up an assembler program to do the same thing.
Or COBOL if you're a regular application coder.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions