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

Sysprint not appearing in Spool


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

New User


Joined: 12 Apr 2008
Posts: 36
Location: NOIDA

PostPosted: Thu Jan 07, 2010 5:34 pm
Reply with quote

In the below JCL
Code:

//CKA61AR JOB (AE07,,1),'AIRMAN',CLASS=X,MSGCLASS=J,   
//      NOTIFY=CKA61,REGION=0M                         
//*                                                   
//S0A      EXEC  PGM=IKJEFT01                         
//STEPLIB  DD DSN=NDVR.FUNCA.LINKLIB,DISP=SHR         
//         DD DSN=NDVR.FUNCA.PGMLIB,DISP=SHR           
//SYSOUT   DD  SYSOUT=*                               
//SYSPRINT DD  SYSOUT=*                               
//PLIDUMP  DD  SYSOUT=*                               
//SYSUDUMP DD  SYSOUT=*                               
//SYSTSPRT DD  SYSOUT=*                               
//SYSTSIN  DD DSN=CKA61.LIB.CTLCARDS(TEAMN002),DISP=SHR


When Im trying to run a program , Im not getting sysprint in the spool.
The program is written in PL1 and Im using PUT SKIP LIST function to display values in Spool.

I was getting Sysprint in Spool but suddenly the Sysprint is not appearing.
in spool and I haven't changed anything in program.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Thu Jan 07, 2010 6:25 pm
Reply with quote

Did you change your msgclass to a class that is purged immediately?
Did your job run?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jan 07, 2010 10:45 pm
Reply with quote

Hello,

Quote:
I was getting Sysprint in Spool but suddenly the Sysprint is not appearing
Well, something changed. . .

What happens if you run the pl/i program directly rather than via IKJEFT01?
Back to top
View user's profile Send private message
CHANDAN KAPOOR

New User


Joined: 12 Apr 2008
Posts: 36
Location: NOIDA

PostPosted: Fri Jan 08, 2010 9:11 am
Reply with quote

Hi Dick,
Thanks , The problem has got resolved . Actually the processing was not going to Put skip . That was the reason of Sysprint not appearing in Spool.

thanks,
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jan 08, 2010 11:37 pm
Reply with quote

Good to hear it is working - thank you for posting the solution icon_smile.gif

d
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 Passing SYSPRINT to Invoked Program PL/I & Assembler 9
No new posts Search string in job at regular Spool... CLIST & REXX 0
No new posts Capturing logs from spool dd JCL & VSAM 6
No new posts No sysout coming in spool JCL & VSAM 4
No new posts fetch the record number from FMNMAIN ... CLIST & REXX 10
Search our Forums:

Back to Top