Capturing job names and all the dataset associated with it



IBM's Command List programming language & Restructured Extended Executor

Re: Capturing job names and all the dataset associated with

Postby sandy86 » Wed Dec 11, 2013 9:34 am

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.
sandy86
 
Posts: 6
Joined: Wed Mar 14, 2012 12:14 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Capturing job names and all the dataset associated with

Postby Pedro » Wed Dec 11, 2013 4:44 pm

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.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Re: Capturing job names and all the dataset associated with

Postby sandy86 » Thu Dec 12, 2013 7:05 pm

Thanks Pedro,
That is the last thing i am doing :(
sandy86
 
Posts: 6
Joined: Wed Mar 14, 2012 12:14 pm
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post