Thank you Swd and Robert.
i have finished my jcl
//*
//CONVERT EXEC PGM=IKJEFT01,COND=(0,NE)
//SYSTERM DD DUMMY
//INPUT DD DSN=NO123.J36.INTPUT.BSAM,DISP=SHR
//OUTPUT DD DSN=NO123.EDCDIC.FILE,DISP=SHR
//SYSTSIN DD DATA
OCOPY INDD(INPUT) OUTDD(OUTPUT) TEXT CONVERT((BPXFX311))
/*
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//*
Now the problem is i want to know about the options used with ocopy, particullarly after the OUTDD. And also whats the BPXF311, when i gooled i got the answer as its the translation table. What is translation table and waht its function. its presetn in sys.linklib.