Need a information regarding SYSIPT



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Need a information regarding SYSIPT

Postby ramya_MF » Thu Aug 02, 2012 2:52 pm

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.
ramya_MF
 
Posts: 11
Joined: Fri Jul 20, 2012 4:12 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Need a information regarding SYSIPT

Postby enrico-sorichetti » Thu Aug 02, 2012 3:43 pm

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 ???
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Need a information regarding SYSIPT

Postby ramya_MF » Thu Aug 02, 2012 4:22 pm

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
ramya_MF
 
Posts: 11
Joined: Fri Jul 20, 2012 4:12 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Need a information regarding SYSIPT

Postby enrico-sorichetti » Thu Aug 02, 2012 4:34 pm

if Your organization is licensed, the relevant manuals should be available <in house>
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Need a information regarding SYSIPT

Postby ramya_MF » Thu Aug 02, 2012 5:02 pm

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.
ramya_MF
 
Posts: 11
Joined: Fri Jul 20, 2012 4:12 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Need a information regarding SYSIPT

Postby Robert Sample » Thu Aug 02, 2012 5:22 pm

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Need a information regarding SYSIPT

Postby dick scherrer » Thu Aug 02, 2012 7:37 pm

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.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Need a information regarding SYSIPT

Postby jaggz » Wed Aug 08, 2012 8:57 am

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
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: Need a information regarding SYSIPT

Postby jaggz » Wed Aug 08, 2012 9:16 am

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
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: Need a information regarding SYSIPT

Postby mongan » Wed Aug 08, 2012 12:19 pm

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.
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times

Next

Return to JCL

 


  • Related topics
    Replies
    Views
    Last post