Page 2 of 2

Re: Capturing job names and all the dataset associated with

PostPosted: Wed Dec 11, 2013 9:34 am
by sandy86
Steve,
I agree that REXX is not a perfect tool as the length of my file is very huge. I initially thought of doing this by COBOL. so do you think that COBOL will be good for this.

I know that i have to use string concepts if i am going to prepare a Cobol program by using inspect and tallying keywords...Please share your thoughts on this as i need the guidance of you all to proceed and complete this very first assignment.

Thanks a lot in advance.

Re: Capturing job names and all the dataset associated with

PostPosted: Wed Dec 11, 2013 4:44 pm
by Pedro
NicC mentioned this earlier:
You could cut this down by passing your input through sort first to select only job cards and lines with DSN= or DSNAME= on them.

Perhaps filter your data with SORT, then use rexx on that.

Re: Capturing job names and all the dataset associated with

PostPosted: Thu Dec 12, 2013 7:05 pm
by sandy86
Thanks Pedro,
That is the last thing i am doing :(