Search found 5 matches

by Poongodi
Wed Jan 02, 2013 11:17 am
Forum: CICS
Topic: How to receive special characters in CICS pgm
Replies: 4
Views: 6440

Thanks for your help!
by Poongodi
Mon Dec 31, 2012 1:37 pm
Forum: CICS
Topic: How to receive special characters in CICS pgm
Replies: 4
Views: 6440

Ya i checked it with 'hex on'; it is received as space only...
by Poongodi
Fri Dec 28, 2012 3:16 pm
Forum: CICS
Topic: How to receive special characters in CICS pgm
Replies: 4
Views: 6440

How to receive special characters in CICS pgm

I wnat to receive and process cap symbol "^" from socket through CICS program. When input data has cap sysmbol, am receiving it as space. But am able to receive other special characters (-,?,/,&,* etc.,) from socket. Please let me know if there is any compiler option that can support this cap symbol.
by Poongodi
Tue Jul 24, 2012 9:47 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Incremental count of each unique record
Replies: 4
Views: 6489

1,5 for RESTART is a typo error. SORT is used in case if the input file is not sorted.

Thanks for sharing the alternate way:)
by Poongodi
Mon Jul 23, 2012 4:00 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Incremental count of each unique record
Replies: 4
Views: 6489

SORT FIELDS=(1,4,CH,A)
OUTREC FIELDS=(1,4,
5:SEQNUM,4,ZD,START=1,INCR=1,RESTART=(1,5))

You can try with this.

regards,
Poongodi