Hi all

My requirement is, I have an input file with following details

1 10 
2 21 
3 15 
4 02 

My desired output is 

1 10 
2 31 --> 31(10+21) 
3 46 --> 46(10+21+15) 
4 48 --> 48(10+21+15+02) 

Can this be done with JCLs?



Regards,
Ram Balaji.S.
(Dying Hard to explore MainFrames)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to