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

Global Temporary Table


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
itsurfrank

New User


Joined: 31 Aug 2009
Posts: 6
Location: India

PostPosted: Fri Jan 20, 2012 7:06 pm
Reply with quote

Hi,

Can anyone help me on getting the jcl to execute a cobol program that have the Global Temporary Table?

JCL Used :

//STEP030 EXEC PGM=TMPTABLE
//STEPLIB DD DSN=CHGMAN.CMNSTAGE.ZEUS.#015230.LDD,DISP=SHR
//SYSIN DD DUMMY
//SYSOUT DD SYSOUT=*


Error Thrown:
IEF236I ALLOC. FOR TSTTABLE STEP030
IGD103I SMS ALLOCATED TO DDNAME STEPLIB
IEF237I DMY ALLOCATED TO SYSIN
IEF237I JES2 ALLOCATED TO SYSOUT
IEF142I TSTTABLE STEP030 - STEP WAS EXECUTED - COND CODE 0012
IGD104I CHGMAN.CMNSTAGE.ZEUS.#015230.LDD RETAINED, DDNAME=STEPLIB
IEF285I SYDGHGV.TSTTABLE.JOB05456.D0000101.? SYSOUT


Thanks,
Frank
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jan 20, 2012 7:14 pm
Reply with quote

why not look inside Your organization for a job doing the same thing?
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Jan 20, 2012 9:18 pm
Reply with quote

What error 'thrown'? Have you tried looking at SYSOUT or SYSPRINT?
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Fri Jan 20, 2012 10:33 pm
Reply with quote

Is this a DB2 Table or an Assembler CSECT (Table)?

Confused,

Mr. Bill
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top