Hello Nic,
Thanks for reply. and will take care of Images for not posting on this site.
yes.i tried with below jcl. it is resolved.
//TESTJCL1 JOB (20,FB3),DHARMEN,REGION=0M,
// CLASS=A,MSGCLASS=H,NOTIFY=&SYSUID
//TSOBTCH1 EXEC PGM=IKJEFT01
//SYSPROC DD DSN=USER.JCL.CNTL,DISP=SHR
//ISPPROF DD UNIT=SYSDA,SPACE=(6160,(7,7,5),RLSE),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160)
//ISPPLIB DD DSN=ISP.SISPPENU,DISP=SHR
//ISPMLIB DD DSN=ISP.SISPMENU,DISP=SHR
//ISPSLIB DD DSN=ISP.SISPSENU,DISP=SHR
// DD DSN=ISP.SISPSLIB,DISP=SHR
//ISPTLIB DD DSN=ISP.SISPTENU,DISP=SHR
//ISPTABL DD DSN=&&ISPTABL,DISP=(,PASS),UNIT=SYSDA,
// SPACE=(CYL,(10,1,20))
//ISPLOG DD SYSOUT=*,DCB=(RECFM=VA,LRECL=125,BLKSIZE=129)
//SYSEXEC DD DSN=ISP.SISPEXEC,DISP=SHR
//DIAGMSGS DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSLIST DD SYSOUT=*
//SYSTSIN DD *
ISPSTART CMD(FIRSTREX)
/*
at last now able to execute the REXX.
one more question - how i can create a load module of rexx and can be call by PROC.
this is require to no one can able to change the code. and the proc will be call by netview or system automation.
if anyone can help. thanks