Hi all
1>
in my jcl i have 3 steps if 1st step am writing some recods in to ps file, in 2nd step db2 updates is there , the problem is
1st step output file is going to input of the 2nd step , 1st step outpt contain 5000 records, in step 2 i need to use only 500 records for update in step 2 .., how can i code in step to to use 500 records for update ...........
2>.
in cobol db2 program , am updating milion recods mean while if the step is abend how can i know in which record it got abended and how can i restart from that perticular record for update ......