View previous topic :: View next topic
|
Author |
Message |
anuradha pothabathula
New User
Joined: 13 Nov 2008 Posts: 2 Location: chennai
|
|
|
|
hi
I have to get the spool details into a PS file. By using the following code iam able to get the spool data into ps file only some times. Some times spool data is copied into the PS file . Some times its not copying.I dont know what is problem in this JCL. Can anyone please look in to the JCL and suggest me what to do for this.
My JCL is
attachment removed |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
DO NOT post attachments as not everyone is permitted to open / download them.
This reduces the possible help you may receive. |
|
Back to top |
|
|
anuradha pothabathula
New User
Joined: 13 Nov 2008 Posts: 2 Location: chennai
|
|
|
|
Code: |
//SYM EXEC PGM=EZACFSM1
//* SYMBOL SUBSTITUTION
//SYSIN DD *
DA OJOB
PRINT FILE MSGFILE
FIND '&JOBNAME'
++?
FIND 'JESYSMSG'
++XC
/*
//SYSOUT DD UNIT=SYSDA,SPACE=(CYL,(1,1)),RECFM=FB,LRECL=80,
// DSN=I816425.CHECK2.PS,DISP=(,PASS)
//*
//SDSF EXEC PGM=SDSF,DYNAMNBR=32,REGION=1024K
//* CAPTURE THE JES2 MESSAGES
//MSGFILE DD DSN=I816425.CV&CV..PRT.ABR048.STATUS11.&DBNAME,
// DISP=(MOD,CATLG),DATACLAS=DCTEST
//ISFOUT DD DUMMY
//ISFIN DD DISP=(OLD,DELETE),DSN=I816425.CHECK2.PS
//*
|
using this JCL sometimes I'm able to get the spool data into dataset, but sometimes I'm not. |
|
Back to top |
|
|
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
What is "EZACFSM1"?
O. |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
Back to top |
|
|
|