bsriramulu Warnings : 2 New User
Joined: 20 Jan 2006 Posts: 8
|
|
|
|
| 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! |
|
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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. |
|