IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to override submitter name in cics


IBM Mainframe Forums -> CICS
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Mon Oct 13, 2008 10:16 am
Reply with quote

Thanks dick scherrer for the help,

The above jcl executed succesfully
my problem only half solve.

The below job submitted successfully but
//TFEECMP1 JOB TD,CLASS=M,MSGCLASS=A,
// MSGLEVEL=(0,0),REGION=7M
//STEP001 EXEC PGM=IKJEFT01
//SYSUDUMP DD SYSOUT=A
//SYSTSPRT DD SYSOUT=A
//SYSOUT DD SYSOUT=A
//SYSTSIN DD *
SUB 'TFED.RND1(GSAS)'


the job in 'TFED.RND1(GSAS) is abended with return code as SEC ERROR
the message is
LOGON/JOB INITIATION - SUBMITTER IS NOT AUTHORIZED BY USER

i tried by removing USER=TFEE, NOTIFY=TFEE, now the job is submitted by CICS region name S1DCIC0T... (ie. Owner = S1DCIC0T) but i want to have owner as my id (owner = TFEE)
how Can we override the submitter name

Jcl in 'TFED.RND1(GSAS)' - there is no issues with the job it is executing fine when run as batch job
//TFEEJB1 JOB TP,EXEC025,
// CLASS=M,
// MSGCLASS=A,MSGLEVEL=(0,0),
// REGION=7M,NOTIFY=&SYSUID,USER=TFEE
//PROCS JCLLIB ORDER=(FSH.D.UU.PROCLIB,
// PSH.D.CC.P.PROCLIB,
// SYS3.D.UU.PROCLIB)
//JOBLIB DD DSN=FSH.D.UU.LOAD,DISP=SHR
// DD DSN=PSH.D.UU.LOAD,DISP=SHR
// DD DSN=PSH.D.CC.P.LOAD,DISP=SHR
//CL200 EXEC PROC=CL200
//SORT1.SYSIN DD DSN=PSH.D.CC.P.PARMDATA(CL000C20),DISP=SHR
// DD *
INCLUDE COND=(8,7,CH,EQ,C'2430017')
/*
//SORT2.SYSIN DD DSN=PSH.D.CC.P.PARMDATA(CL000C21),DISP=SHR
// DD *
INCLUDE COND=(45,7,CH,EQ,C'2430017')
/*
//SORT3.SYSIN DD DSN=PSH.D.CC.P.PARMDATA(CL000C22),DISP=SHR
// DD *
INCLUDE COND=(118,7,CH,EQ,C'2430017')
/*
//SORT4.SYSIN DD DSN=PSH.D.CC.P.PARMDATA(CL000C23),DISP=SHR
// DD *
INCLUDE COND=(118,7,CH,EQ,C'2430017')
/*
//SORT5.SYSIN DD DSN=PSH.D.CC.P.PARMDATA(CL000C24),DISP=SHR
// DD *
INCLUDE COND=(118,7,CH,EQ,C'2430017')
/*
//CL025A.PARAM DD *
2430017 Y1C
/*
//CL020.PARAM DD *
2430017 Y1C
/*
//
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Oct 13, 2008 12:27 pm
Reply with quote

This thread is in relation with www.ibmmainframes.com/viewtopic.php?t=35069&highlight=

I'll delete this one after a while, please continue with your original thread.


PS. Just to repeat, please notice that your job has been "Code"ed for readability, in the other thread.

-Ad
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top