Quantcast
Channel: IBM Mainframe Computers Forums
Browsing all 9405 articles
Browse latest View live
↧

DFSORT/ICETOOL :: RE: Sort two file having same field, one fields Less than...

Author: himanshu malik Posted: Thu Feb 02, 2017 2:48 pm (GMT 5.5) Hi, Required output should be BBBBB 100 CCCCC 223 should not be in output file since 223 is not LT 222. Can you please let me know the...

View Article


DFSORT/ICETOOL :: RE: Sort two file having same field, one fields Less than...

Author: Abid Hasan Posted: Thu Feb 02, 2017 3:08 pm (GMT 5.5) Hello,himanshu malik wrote:...Required output should be BBBBB 100 CCCCC 223 should not be in output file since 223 is not LT 222. ... ... I...

View Article


DFSORT/ICETOOL :: RE: Sort two file having same field, one fields Less than...

Author: Nic Clouston Posted: Thu Feb 02, 2017 3:52 pm (GMT 5.5) Himanshu Malik Please use the code tags when presenting code, data and screen shots. Please post in the correct part of the forum - you...

View Article

SYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S

Author: Nic Clouston Posted: Thu Feb 02, 2017 3:54 pm (GMT 5.5) Well, the way you posted the data, there is ONE space in each case. You know you should use the code tags to present your...

View Article

SYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S

Author: Arun Raj Posted: Thu Feb 02, 2017 7:17 pm (GMT 5.5) I believe this should be doable, but why do you want to take the trouble of counting it! Do you mind explaining a bit more on what you are...

View Article


SYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S

Author: sergeyken Posted: Thu Feb 02, 2017 9:52 pm (GMT 5.5) The only useful operation that could be done on the trailing spaces when RECFM=VB is: truncation of all of them. It can be done easily by...

View Article

COBOL Programming :: RE: Submit job from Cobol with input data

Author: sergeyken Subject: Re: Submit job from Cobol with input data Posted: Thu Feb 02, 2017 10:04 pm (GMT 5.5)abdulrafi wrote:I do have a requirement to submit a job from Cobol module several times...

View Article

SYNCSORT :: JCL sort Match and NoMatch

Author: rakeshsekar1987 Subject: JCL sort Match and NoMatch Posted: Thu Feb 02, 2017 10:26 pm (GMT 5.5) Hi all , Im new to mainframe I tried reading the sort concepts and I have a question on my...

View Article


SYNCSORT :: RE: SYNCSORT SEQNUM and FI fields.

Author: sergeyken Posted: Thu Feb 02, 2017 10:27 pm (GMT 5.5)nartcr wrote:I will take some time to refresh my memory on FI and BI data formats. The idea of "unsigned binary" is known mainly among...

View Article


SYNCSORT :: RE: JCL sort Match and NoMatch

Author: sergeyken Posted: Thu Feb 02, 2017 10:37 pm (GMT 5.5) Suggestion #1: RTFM Suggestion #2: Give clear example here P.S. "JCL" cannot "sort"; SYNCSORT can_________________Tyrannosaurus-REXX

View Article

SYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S

Author: Bill Woodger Subject: Reply to: Count Trailing Spaces in variable string after a constant S Posted: Thu Feb 02, 2017 10:46 pm (GMT 5.5) It can be done. You need to provide the explanation Arun...

View Article

SYNCSORT :: RE: JCL sort Match and NoMatch

Author: Bill Woodger Subject: Reply to: JCL sort Match and NoMatch Posted: Thu Feb 02, 2017 11:03 pm (GMT 5.5) Use INCLUDE to end up with only the records you want. INREC OVERLAY to attach the new data...

View Article

DFSORT/ICETOOL :: Converting decimal to numeric using ICETOOL

Author: Balaryan Subject: Converting decimal to numeric using ICETOOL Posted: Thu Feb 02, 2017 11:27 pm (GMT 5.5) Hi All, I am facing an issue in reformatting the decimal field value say '11.400' to...

View Article


DFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL

Author: Arun Raj Posted: Fri Feb 03, 2017 12:11 am (GMT 5.5) Is your field left justified? When you say, it "is not working", can you show what you have tried and what you are getting out of...

View Article

DFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL

Author: Balaryan Posted: Fri Feb 03, 2017 1:20 am (GMT 5.5) Hi Arun, It works now. Actually, I tried with LEFT justified using JFY parameter. It didn't work out. Later, I achieved the result using...

View Article


SYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S

Author: Virendra Shambharkar Posted: Fri Feb 03, 2017 10:02 am (GMT 5.5) Thanks for responding , our purpose is to calculate the actual lenght of the string and the valid lenght of the string is only...

View Article

DFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL

Author: Abid Hasan Posted: Fri Feb 03, 2017 11:42 am (GMT 5.5) Hello, Imo, this task can be tweaked further; it can be done with only an INREC BUILD, coupled with a '<position...

View Article


SYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S

Author: Bill Woodger Subject: Reply to: Count Trailing Spaces in variable string after a constant S Posted: Fri Feb 03, 2017 12:37 pm (GMT 5.5) See here.

View Article

SYNCSORT :: RE: Count Trailing Spaces in variable string after a constant S

Author: Virendra Shambharkar Posted: Fri Feb 03, 2017 1:32 pm (GMT 5.5) Thanks , we were able to figure out how to do this using SORT._________________Virendra Shambharkar

View Article

DFSORT/ICETOOL :: RE: Converting decimal to numeric using ICETOOL

Author: Arun Raj Posted: Fri Feb 03, 2017 7:29 pm (GMT 5.5)Balaryan wrote:I am using "UFF, M11" to reformat that field. It works only for '9.999' and not working for '99.999'Balaryan, The solution you...

View Article
Browsing all 9405 articles
Browse latest View live