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

Converting from Fileaid to FileManager using RDW field??


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bsriramulu
Warnings : 2

New User


Joined: 20 Jan 2006
Posts: 8

PostPosted: Thu Jul 16, 2009 9:55 am
Reply with quote

Code:
//PSTEP01  EXEC PGM=FILEAID                           
//SYSPRINT DD   SYSOUT=*                               
//SYSLIST  DD   SYSOUT=*                               
//DD01     DD DSN=UTS.TEST1.TEST,DISP=SHR
//DD01O    DD DSN=UTS.TEST2.-TESTSV(+1),     
//         DISP=(,CATLG),                             
//         UNIT=SYSDA,SPACE=(TRK,(20,10),RLSE),       
//         DCB=(RECFM=VB,LRECL=654,BLKSIZE=0)         
//SYSIN    DD  *   (TO-LOCATION,LENGTH,FROM-LOCATION) 
$$DD01  COPY RDW=3,     
              IF=(335,EQ,C'52'),                                       
              PADCHAR=C' ',                               
              MOVE=(1,43,1),                               
              MOVE=(44,C'00'),                             
              MOVE=(46,64,46),                             
              MOVE=(110,C'aaa-aaaaaa aaaaaaaa           '),
              MOVE=(140,127,140),                         
              MOVE=(267,C'0'),OUT=0

i want to convert into FileManager for the above same card but i am getting differencess,please provide your ideas!!!Thanks!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19243
Location: Inside the Matrix

PostPosted: Thu Jul 16, 2009 9:33 pm
Reply with quote

Hello,

Quote:
please provide your ideas
When you post "nothing" to work with, we can have no ideas.

You mention differences, but did not post them.

You also did not post the filemanager code you used.

You need to post the filemanager jcl/control statements, somple input, the output with the differences, and any information generated by the filemanager execution.
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts To Unstring spaces in a field COBOL Programming 3
No new posts Converting VARCHAR to XML DB2 1
No new posts IBM HPU 5.2 - Converting EBCDIC Chara... DB2 0
No new posts Help required to reset decimal points... DFSORT/ICETOOL 10
Search our Forums:


Back to Top