Page 1 of 1

how to pass dataset value as a parameter to next job

Posted: Fri Aug 02, 2013 5:46 am
by prasson_ibm
Hi,
I have a job where i am generating GUUID using java call and storing into dataset and GUUID need to be passed in where clause of another job,so is there any way i can pass this dataset value as a parameter to another job.

I know after storing this value in file(sequential file) i can pass but i dont want to change current job design which is storing it in dataset :cry:

how to pass dataset value as a parameter to next job

Posted: Fri Aug 02, 2013 6:52 am
by bhasds
I think you can use orchadmin command in after job subroutine to get the value in ascii format in a file.
And then use that value as parameter in the required job.

Please let me know if it works.

Posted: Fri Aug 02, 2013 1:08 pm
by chulett
orchadmin dump specifically.