Joined: 24 Feb 2004 Posts: 19 Topics: 7 Location: TAIWAN
Posted: Fri Feb 27, 2004 2:59 am Post subject: Why different results?
I wrote a JCL to prompt the response to the console.
But something strange happened:
When I submit the job from my own library(ie. SYSPXX.JCL), the result is fine.(ie. TSU worked )
But when I submit the job through other address(ie. OPS, INTRDR), the text that I wnat to display was shifted to the wrong one. As follow:
original message:
EZA0458I Ping V3R2: Pinging host 192.168.6.200. Use ATTN to interrupt.
EZA0463I PING: Ping #1 response took 0.007 seconds. Successes so far 1.
EZA0458I Ping V3R2: Pinging host 192.168.6.201. Use ATTN to interrupt.
EZA0463I PING: Ping #1 response took 0.007 seconds. Successes so far 1.
The right message should be:(from tso SUBMIT)
+EZA0458I Ping V3R2: Pinging host 192.168.6.200.
+EZA0463I PING: Ping #1 response took 0.007 seconds. Successes
+EZA0458I Ping V3R2: Pinging host 192.168.6.201.
+EZA0463I PING: Ping #1 response took 0.007 seconds. Successes
Wrong message:(from INTERNAL READER or OPS )
+Ping V3R2: Pinging host 192.168.6.200. Use ATT
+PING: Ping #1 response took 0.007 seconds. Successes so far 1
+Ping V3R2: Pinging host 192.168.6.201. Use ATT
+PING: Ping #1 response took 0.007 seconds. Successes so far 1
What could be the reason which cause the whole text to be shift?
JES2? MVS? SMS?
(It looks like the MESSAGE 'EZAxxxxI' are to be ignored....)
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
Posted: Mon Mar 01, 2004 2:22 pm Post subject:
samsun,
The Intrdr will add a carriage control character in the first byte which makes the contents to be shifted by 1 byte. So force a RECFM of FB on the intrdr
Joined: 24 Feb 2004 Posts: 19 Topics: 7 Location: TAIWAN
Posted: Tue Mar 02, 2004 4:22 am Post subject:
Hello Kolusu,
I tried to put ur DD card into my JCL but the result was still the same.....
I wonder if the job using user id or STC id has different output format?
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
Posted: Wed Mar 03, 2004 2:24 am Post subject:
This is the probable reason. How did you direct the output to the console (I assume by console you mean your terminal and not the real operator's console). can you post that?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum