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

SDSF Batch problem


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srinivas gopala

New User


Joined: 07 Mar 2008
Posts: 2
Location: India

PostPosted: Fri Mar 07, 2008 4:00 pm
Reply with quote

I am running this SDSF batch JCL to read output of /d r,r

//SDSF EXEC PGM=SDSF
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//ISFOUT DD SYSOUT=*
//ISFIN DD *
LOG
/D R,R
END


But only the first line of the output is being displayed.

02 R H30M *02 DSI802A CNM01 REPLY WITH VALID NCCF
SYSTEM OPERATOR COMMAND

Where as I require the entire message :

05 R H30M *05 ISTEXC200 - DYN COMMANDS MAY BE ENTERED
02 R H30M *02 DSI802A CNM01 REPLY WITH VALID NCCF


Please help.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Fri Mar 07, 2008 8:00 pm
Reply with quote

1. Check your wait time for command responses with command SET DELAY ? and set to at least 3 seconds.

2. If you are allowed, use the ULOG rather than LOG. It will be less cluttered.
Back to top
View user's profile Send private message
srinivas gopala

New User


Joined: 07 Mar 2008
Posts: 2
Location: India

PostPosted: Mon Mar 10, 2008 1:54 pm
Reply with quote

Hi,

Thanks for the help. It works. Now I have another peculiar problem :

I am running this job:

//INF4512A JOB ,,NOTIFY=&SYSUID,CLASS=D,MSGLEVEL=(1,1),MSGCLASS=X
//SDSF EXEC PGM=SDSF
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//ISFOUT DD DSN=INF4512.SDSF.OUTPUT,DISP=SHR
//ISFIN DD *
LOG
/D R,R
BOTTOM
LOG
END


This job is in conversion mode when there are two IEFC166D messages pending on the console. The job runs when there is only one IEFC166D message.
Why? Is there a workaround? I have also used ZOO command but the result is the same.

IEE112I 13.28.32 PENDING REQUESTS 642
RM=4 IM=0 CEM=0 EM=0 RU=0 IR=0 AMRF
ID:R/K T SYSNAME MESSAGE TEXT
81 R H30M *81 IEFC166D REPLY Y/N TO EXECUTE/SUPPRESS
COMMAND
80 R H30M *80 IEFC166D REPLY Y/N TO EXECUTE/SUPPRESS
COMMAND
05 R H30M *05 ISTEXC200 - DYN COMMANDS MAY BE ENTERED
02 R H30M *02 DSI802A CNM01 REPLY WITH VALID NCCF
SYSTEM OPERATOR COMMAND


please help.

Regards,
Srinivas G
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
Search our Forums:

Back to Top