Page 1 of 2

Need a information regarding SYSIPT

PostPosted: Thu Aug 02, 2012 2:52 pm
by ramya_MF
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.

Re: Need a information regarding SYSIPT

PostPosted: Thu Aug 02, 2012 3:43 pm
by enrico-sorichetti
Your friend is wrong :mrgreen:
inline data ( //<ddname dd * ) is limited to 80 bytes
if you have longer parameters ...
why not look Yourself at the MPTBATCH documentation to find out Yourself the proper syntax of the commands ???

Re: Need a information regarding SYSIPT

PostPosted: Thu Aug 02, 2012 4:22 pm
by ramya_MF
Thanks Enrico,

I tried to get the MTPBATCH manuals, But i didnt get any manuals regarding MTPBATCH. I tried to create a login credentials in Mackinney MTPBATCH site, But that also i didnt get the login Access from that Mackinney site.


Thanks

Re: Need a information regarding SYSIPT

PostPosted: Thu Aug 02, 2012 4:34 pm
by enrico-sorichetti
if Your organization is licensed, the relevant manuals should be available <in house>

Re: Need a information regarding SYSIPT

PostPosted: Thu Aug 02, 2012 5:02 pm
by ramya_MF
My organization is one of the largest and licenced organizations in the world, i asked my leads also regarding that manual but they are also not able to find out that manual.

Re: Need a information regarding SYSIPT

PostPosted: Thu Aug 02, 2012 5:22 pm
by Robert Sample
Then your leads are not qualified to be leads. Talk to your site support group to find out who installed the software, then ask that person about the manuals, or ask the installer's boss -- somebody will know about the manuals.

Re: Need a information regarding SYSIPT

PostPosted: Thu Aug 02, 2012 7:37 pm
by dick scherrer
Hello,

But that also i didnt get the login Access from that Mackinney site.
Why not? I've registered with many vendor support sites and have never had a problem. The first thing you will probably need is your "site id" which is used by the vendor to confirm your organization does indeed pay for support.

Re: Need a information regarding SYSIPT

PostPosted: Wed Aug 08, 2012 8:57 am
by jaggz
Hi Ramya,

You Might get in touch with the system folks who are involved in installing or applying Maintenance's to the Mainframe Products. Since they Might be having the Contact number to reach Mackinney Product Support.

Jaggz

Re: Need a information regarding SYSIPT

PostPosted: Wed Aug 08, 2012 9:16 am
by jaggz
Hi Ramya,

I am just Curious "CEMT I FIL(XXXXXXXX)". The File Entry must be within Eight Character.

Are you missing the DSN option ?

Jaggz

Re: Need a information regarding SYSIPT

PostPosted: Wed Aug 08, 2012 12:19 pm
by mongan
Actually, everbody has missed the point up to now. The problem you mentioned has nothing to do with sysipt because you are saying that the output of the CEMT is not complete. That is often the problem when the actual Job Output is not posted, everybody guesses what is going on.