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

What does DOALL do?


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

New User


Joined: 10 May 2005
Posts: 72

PostPosted: Mon May 16, 2005 4:58 pm
Reply with quote

What does DOALL do?
Here is one JCL: Please explain how does it work?


//*-------------------------------------------------------------------*
//JS080 EXEC DOALL,SOUTA=0,SOUTB=0,D=LOCAL
//*-------------------------------------------------------------------*
//SYSUT1 DD DSN=DSN1,DISP=SHR
//SYSUT2 DD DSN=DSN2,
// DISP=(NEW,CATLG,DELETE),
// UNIT=STOR,SPACE=(TRK,(10,10),RLSE),
// DCB=(RECFM=FB,LRECL=600,BLKSIZE=0)
//SYSIN DD *
MAX 40000,40000
NODUPE 41,10
COPY
/*
Back to top
View user's profile Send private message
Prandip

New User


Joined: 04 Mar 2005
Posts: 84
Location: In my tiny cubicle ...

PostPosted: Mon May 16, 2005 5:32 pm
Reply with quote

How would we be able to know? It's your PROC. It would be helpful to know what the program is instead.
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon May 16, 2005 7:50 pm
Reply with quote

vidyasaraswathi,

Better you test & let all of us know...

Regards,

Priyesh.
Back to top
View user's profile Send private message
vidyasaraswathi

New User


Joined: 10 May 2005
Posts: 72

PostPosted: Mon May 16, 2005 8:15 pm
Reply with quote

DOALL PROC contains the following code:

//DOALL PROC SOUTA=A,
// SOUTB=B,
// D=JORDAN
//DOALL EXEC PGM=DOALL
//SYSOUT DD SYSOUT=&SOUTA,
// DEST=&D
//SYSUDUMP DD SYSOUT=&SOUTA,
// DEST=&D
//SYSPRINT DD SYSOUT=&SOUTA,
// DEST=&D
//SYSUT1 DD DUMMY,
// DISP=OLD
//SYSUT2 DD DUMMY,
// DCB=BLKSIZE=2000
//SYSPUNCH DD SYSOUT=&SOUTB
//SYSIN DD DDNAME=SYSIN

---------------------------------------------------------------------
I got the following information regarding the DOALL.

DOALL is a simple REXX tool that will invoke the ISPF Editor on every member of a PDS and run the requested ISPF Edit Macro against the member.


If anyone get more information, please update with the same.
---------------------------------------------------------------------

This JCL will eliminate duplicates by taking as the key which is in the position 41 with length 10.
It reads up to maximum of 40,000 records in the input file.
Back to top
View user's profile Send private message
naveensri2005
Currently Banned

New User


Joined: 22 Mar 2005
Posts: 51
Location: chennai

PostPosted: Tue May 17, 2005 12:04 pm
Reply with quote

hi

it is u r own procedure. what abt the do all program contains? better try again.
Back to top
View user's profile Send private message
MGIndaco

Active User


Joined: 10 Mar 2005
Posts: 432
Location: Milan, Italy

PostPosted: Tue May 17, 2005 2:46 pm
Reply with quote

I don't know DOALL(it's an external tool and not an IBM utility) but with a simple search, this is the only program that seem sound alike your program:
http://www.lbdsoftware.com/doall.txt

If I'm right this sample, with some approximate changes, will allow you to do what you have asked for.

So... what do you want to know?
Back to top
View user's profile Send private message
vidyasaraswathi

New User


Joined: 10 May 2005
Posts: 72

PostPosted: Tue May 17, 2005 7:59 pm
Reply with quote

I wanted to know is there any IBM utility so called DOALL. But now I got that it is a REXX tool.
Thank u all for the information.
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

 


Search our Forums:

Back to Top