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

batch File-Aid


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sandip_datta

Active User


Joined: 02 Dec 2003
Posts: 150
Location: Tokyo, Japan

PostPosted: Fri Dec 05, 2003 7:50 am
Reply with quote

Can anybody please help me to find out a link or document for learning Batch File-Aid ?

Regards,
Sandip.
Back to top
View user's profile Send private message
mdtendulkar

Active User


Joined: 29 Jul 2003
Posts: 237
Location: USA

PostPosted: Fri Dec 05, 2003 11:28 am
Reply with quote

Hello Sandip,

You can find the required documents on following link.

sir.adp.iastate.edu/sirgroups/ss/Manuals/FileAid-Html/FileAid-menu.html

Hope this helps,

Regards

Mayuresh Tendulkar
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Thu Apr 08, 2004 4:25 pm
Reply with quote

as a start :
Use [URL] BBCode for External Links

hopefully it will work
Back to top
View user's profile Send private message
bluebird

Active User


Joined: 03 Feb 2004
Posts: 127

PostPosted: Thu Apr 08, 2004 4:35 pm
Reply with quote

here is a fileaid batch deck for example
//* SAS RACF USER REPORTS - USES 200 LEVEL RECORDS
//**********************************************************
//STEP01 EXEC PGM=IEFBR14
//DELETE1 DD DSN=PGMR.US.RACFDB,DISP=(MOD,DELETE),
//DELETE1 DD DSN=TEST.AUDIT.RACFDB,DISP=(MOD,DELETE), ****
// UNIT=SYSDA,SPACE=(TRK,1)
//**********************************************************
//FILEAID EXEC PGM=FILEAID
//SYSPRINT DD SYSOUT=*
//SYSLIST DD SYSOUT=*
//SYSTOTAL DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//DD01 DD DSN=TEST.AUDIT.RACF.FLATFILE,DISP=SHR ****
//DD01 DD DSN=SECR.RACFDB.FLAT,DISP=SHR
//DD01O DD DSN=TEST.AUDIT.RACFDB ****
//DD01O DD DSN=PGMR.US.RACFDB,
// DISP=(,CATLG,DELETE),
// UNIT=SYSDA,
// SPACE=(CYL,(32,0),RLSE),
// DCB=(RECFM=VB,LRECL=2048,BLKSIZE=10960)
//SYSIN DD *
$$DD01 DROP IF=(5,NE,C'0200')
/*
//*
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top