If you look at the job on the ST panel instead of the H panel, there will only be one row for the job.
Another approach that might work is to define an OUTPUT statements with the JESDS and DEFAULT operands and then refer to this statement with the OUTPUT operand on your DD statements. -----Original Message----- From: Bonno, Tuco Sent: Monday, March 09, 2009 12:04 PM To: [email protected] Subject: one IKJEFT01 job, 2 outputs in sdsf - why? cross-posting to ibm-main, mvs-oe running z/os 1.9 when I run this job: //tucopgp1 job ... msgclass=x ..... //abc exec pgm=IKJEFT01 //sysexec dd disp=shr, dsn=sys1.sbpxexec //systsprt dd sysout=* //systsin dd * OSHELL ls -la /etc/ | cat the output shows up as TWO entries in sdsf each w/ the same jobname and jobid: (e.g.,) tucopgp1 job10694 ..... <tot-rec = 85 > tucopgp1 job10694 ..... <tot-rec =90 > the 90-line item is the conventional jes2 stuff (log, msg-s, jcl, systsprt) ; the 85-line item contains the output proper of the omvs "cat" command. what should I add to my jcl to have all the ouput conflated into just one item in sdsf ? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

