IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

need informationm on iceman and icetool


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rohit jaiswal
Warnings : 2

New User


Joined: 09 Mar 2006
Posts: 36
Location: hyderabad,A.P

PostPosted: Thu Oct 12, 2006 10:05 am
Reply with quote

hi freinds

i have a situation where in a pds i have some where around 400 jcls. the main thing that i have to do is that i need to find in which all jcls the region parameter is used and copy that jcl in other pds. it is difficult for me to open each and evrey jcl and check for the region paramaeter and then copy it manually. i came to know from one of my senior that it can be done using sort but i dont know how to go about it. please help.

if any one has idea about it do let me know.

thanks in advance.

regards
rohit
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Thu Oct 12, 2006 8:42 pm
Reply with quote

Not sure what your senior had in mind (maybe you should ask him/her). Sort products can only operate on one member at a time. I can't think of an easy way to use sort to copy each member in a PDS with 'REGION=' to another PDS.
Back to top
View user's profile Send private message
rohit jaiswal
Warnings : 2

New User


Joined: 09 Mar 2006
Posts: 36
Location: hyderabad,A.P

PostPosted: Fri Oct 13, 2006 10:00 am
Reply with quote

hi frank

the following is the jcl

Code:

//*                                               
//TOOL    EXEC PGM=ICETOOL                         
//TOOLMSG  DD  SYSOUT=*                           
//DFSMSG   DD  SYSOUT=*                           
//IN       DD  DSN=DPLVPGE.REGION2.JCLLIB,         
//             DISP=SHR                           
//         DD  DSN=DPLVPGE.REGION.JCLLIB,         
//             DISP=SHR                           
//FILE3    DD  DSN=DPLVPGE.REGION1.JCLLIB,         
//             DISP=SHR                           
//TOOLIN   DD  *                                   
   SELECT FROM(IN) TO(FILE3) ON(1,8,CH) EQUAL(1)
/*



regards
rohit
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Fri Oct 13, 2006 8:33 pm
Reply with quote

Huh? The JCL for what? What does that JCL have to do with what you described in your first post?
Back to top
View user's profile Send private message
Alain Benveniste

New User


Joined: 14 Feb 2005
Posts: 88

PostPosted: Sat Oct 14, 2006 12:30 am
Reply with quote

rohit,

Well, If you want to use DFSORT, this kind of need can be resolved through a rexx

Alain
Back to top
View user's profile Send private message
thirunarayanan

New User


Joined: 06 Oct 2006
Posts: 9

PostPosted: Mon Oct 16, 2006 1:18 pm
Reply with quote

Hi Rohit

You could use SRCHFOR "REGION=" in the command prompt within your PDS. It will list all JCL which has REGION parameter coded in it.
This is the only easy way that I could think off.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Shift left VB record without x00 endi... DFSORT/ICETOOL 11
No new posts how to calculate SUM value for VB fil... DFSORT/ICETOOL 1
No new posts how to calculate SUM for VB file usin... JCL & VSAM 1
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts ICETOOL to Read records SMF CEF it is... DFSORT/ICETOOL 4
Search our Forums:

Back to Top