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

Use of STARTOOL Utility


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gunasekaranmohan

New User


Joined: 18 Dec 2004
Posts: 4

PostPosted: Tue Mar 22, 2005 12:46 pm
Reply with quote

Hi All,

One use of the STARTOOL Utility

for Example,

//MOVE EXEC STARTOOL,PRINT='*',PARM='TSO',COND=(4,LT)
//STARTOOL.DD01 DD DSN=&&TEMP,DISP=(OLD,DELETE)
//DD01O DD DSN=GUNA.OUTPUT,
// DCB=(RECFM=FB,LRECL=500,BLKSIZE=0),
// DISP=(,CATLG),
// UNIT=SYSDA,VOL=SER=,SPACE=(TRK,(20,50))
//STARTOOL.INPUT DD *
$$DD01 COPYALL MOVE=(1,0,5)
/*



We can use the above code to remove the first 4 columns in the dataset.

same way we can use the STARTOOL Utility, for the different use.

Friends start your disscussion abt the this..........
Back to top
View user's profile Send private message
Vayunandanrao

New User


Joined: 22 Mar 2005
Posts: 9

PostPosted: Wed Mar 23, 2005 10:11 am
Reply with quote

Hi,
I want to know in which case we have to use start utility, & what is the use of start utility
Back to top
View user's profile Send private message
gunasekaranmohan

New User


Joined: 18 Dec 2004
Posts: 4

PostPosted: Wed Mar 23, 2005 5:34 pm
Reply with quote

Hi,

We can use this STARTOOL Utility to copy the content of the one dataset to another dataset based on the conditions,

for eg,
1. to remove the particular column
2. to remove the particular row
3. copy the particular column or row,
etc.
Back to top
View user's profile Send private message
uma

New User


Joined: 18 Mar 2005
Posts: 8

PostPosted: Wed Mar 23, 2005 7:55 pm
Reply with quote

hi..

can we use this instead of an ice tool?merging without the match check?
for eg-
say file1 has 3 columns a,b,c,e
file2 has a,f

and i want f to appear in file1 as well...can we do this? a is the common key between the two?

Uma.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts Which SORT utility can improve the Pe... DFSORT/ICETOOL 16
Search our Forums:

Back to Top