Migration Fileaid to Filemanager/Sort



Support for IBM Debug Tool, Utilities and Advanced Functions

Migration Fileaid to Filemanager/Sort

Postby vishnu.priya » Tue Dec 21, 2010 10:31 am

Hi
Am migrating fileaid to filemanager and I need help for one of the syntax

//STEP10 EXEC PGM=FILEAID
//SYSPRINT DD SYSOUT=*
//SYSLIST DD SYSOUT=*
//DD01 DD DSN=Input-file,DISP=SHR
//DD01O DD DSN=DD10O-file1,DISP=(MOD,KEEP)
//DD02O DD DSN=DD02O-file2,
// DISP=(NEW,CATLG,DELETE),
// DCB=(RECFM=VB,LRECL=450,BLKSIZE=0),
// SPACE=(CYL,(20,10),RLSE),UNIT=SYSDA
//SYSIN DD *
$$DD01 USER MOVE=(+0,0,+0),
MOVE=(+0,C'~'), --> addes '~' symbol at the end of each rec
WRITE=DD01O,
WRITE=DD02O,
OUT=0
//*

Can you plz tell me on how can I have its equivalent filemanager/sort card.

Thanks,
Priya
vishnu.priya
 
Posts: 1
Joined: Mon Dec 20, 2010 2:50 pm
Has thanked: 0 time
Been thanked: 0 time

Return to IBM Debug Tool