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

What the File-Aid Cardlib does?


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

New User


Joined: 26 Apr 2007
Posts: 12
Location: Mysore

PostPosted: Wed Jun 13, 2007 3:42 pm
Reply with quote

Hi,
The File-Aid is used in Batch.My Batch JOB step is as follows.
Code:
//STEP01 EXEC PGM=FILEAID
//DD010    DD  SYSOUT=A
//DD01     DD  DSN=DSN1...
           DD  DSN=DSN1...
           DD  DSN=DSN1...
//SYSIN    DD *
$$DD01 COPY OUT=999999,MOVE=(1,0,2)
/*
//

Please tell what operation will be performed on the concatenated file by the instream data passed.
What does the COPY ,OUT and MOVE do?
Do any Filead Pdf in the internet exits. Please specify the path. I cannot download the Pdf files fom the above topic.
Back to top
View user's profile Send private message
blpraveen123
Currently Banned

New User


Joined: 26 Apr 2007
Posts: 12
Location: Mysore

PostPosted: Thu Jun 14, 2007 1:29 pm
Reply with quote

Is that MOVE(1,0,2) in the cardlib telling to write to the output file form the 2 position or it is not writing anything to the output file as the length is 0.Please Correct me if I am Wrong
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Sorting date into YYYYMMDD, and creat... DFSORT/ICETOOL 13
No new posts To Sort detail records in a file with... SYNCSORT 5
No new posts To Populate Trailer cnt in the file w... SYNCSORT 1
No new posts Sort card to know that creation date ... DFSORT/ICETOOL 10
Search our Forums:


Back to Top