Hi Team,
I want to know the Information like Lrecl of SYSIPT. Why because i am using the MTPBATCH command from batch to execute the cics transactions. The jcl is given below.
//STEP01 EXEC PGM=MTPBATCH,REGION=0M
//STEPLIB DD DSN=*****,DISP=SHR
//BATCNTL DD DSN=*****,DISP=SHR
//SYSLST DD SYSOUT=A
//SYSUDUMP DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIPT DD *
CICS <Regionname>
CEMT I FILE(File DD name)
/*
I am getting truncated file name like this.
FIL(DDname) VSA OPE ENA REA UPD BRO SHA DSN( F5750GX.ECD
But actual DSN name is F5750GX.ECD.TESTD.LG111, But i am getting the only Half of the file name like F5750GX.ECD
One of my friend said that SYSIPT only reads 81 bytes of input data. i dont know it is exactly correct or not. if any one know regarding this problem please help me.