Insync to File aid conversion



Compuware's data management products: File-AID for IMS, File-AID/MVS, File-AID for DB2 and DBA-XPERT for DB2

Insync to File aid conversion

Postby Deepu » Tue Aug 12, 2014 6:23 pm

Hi Team,
I am glad to be part of this Forum. Can you please help me in the below issue ?

I have requirement to provide an exact copy of Insync file mapping to File aid.
Details are as below :

//STEP1 EXEC PGM = INSYNC , PARM =MVS
//#INDD DD DSN = input file (length = 6140 , type= VB),DISP=SHR

//#OUTDD1 DD DSN = output file ,
// DISP= (NEW,PASS),
// UNIT=SYSDA ,SPACE =(CYL,(20,20),RLSE)
//#LOG DD SYSOUT= *

//#PARM DD *
FUNCTION =EXTRACT
MULTICASE =YES
INDD= #INDD
RDW = OFF
WORKAREA= 7000
MOVE= (W+100,6140,C,1,6140,C)
WRITE = (#OUTDD1,W+100,6140)
/*


can you please help me what are the similar conditions in File aid. Here can you explain me in detail what is the significance of W+100 and how to symbolize the same in File aid.

Thank you ,

Deepu
Deepu
 
Posts: 1
Joined: Tue Aug 12, 2014 4:56 pm
Has thanked: 0 time
Been thanked: 0 time

Return to File-AID

 


  • Related topics
    Replies
    Views
    Last post