DFSORT/ICETOOL :: Moving a PD to PD
Author: spoorni Subject: Moving a PD to PD Posted: Fri Oct 07, 2016 9:52 pm (GMT 5.5) I am trying to move a field which is of PD and length 6 bytes to a field which is also a PD and a length of 9...
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: Robert Sample Posted: Fri Oct 07, 2016 9:59 pm (GMT 5.5) Why did you not post some sample input and output data? And, by the way, there is no such thing as "junk values" -- the values may not...
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: spoorni Subject: Reply to: Moving a PD to PD Posted: Fri Oct 07, 2016 10:03 pm (GMT 5.5) The input and output are both fixed length files. The input is an unload from a DB2 table. In the table...
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: Rohit Umarjikar Posted: Fri Oct 07, 2016 10:06 pm (GMT 5.5) Why don't you fix the source (the select query by using CAST function)?_________________Regards, Rohit Umarjikar"Knowledge is knowing...
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: RahulG31 Subject: Re: Moving a PD to PD Posted: Sat Oct 08, 2016 12:36 am (GMT 5.5)spoorni wrote:If i do a straight move, the field is getting populated with junk values. Do some twisted moves...
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: Arun Raj Subject: Re: Moving a PD to PD Posted: Sat Oct 08, 2016 12:51 am (GMT 5.5)RahulG31 wrote:Do some twisted moves instead. .spoorni wrote:If i move, zeroes to the first 3 bytes of the...
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: spoorni Posted: Sat Oct 08, 2016 2:19 am (GMT 5.5) How would I use CAST in this case? I tried a few options but were not fruitful.
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: Rohit Umarjikar Posted: Sat Oct 08, 2016 2:25 am (GMT 5.5)Code:select cast( your_column_name as DEC(16,0) )from sysibm.sysdummy1_________________Regards, Rohit Umarjikar"Knowledge is knowing...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: vasanthz Posted: Sat Oct 08, 2016 3:49 am (GMT 5.5) Try this gimmicky code Code://STEP1 EXEC SAS //IN1 DD *...
View ArticleDFSORT/ICETOOL :: RE: Moving a PD to PD
Author: Bill Woodger Subject: Reply to: Moving a PD to PD Posted: Sat Oct 08, 2016 1:19 pm (GMT 5.5) There are zeros, and zeros. To create your longer packed-decimal, use binary zeros....
View ArticleJCL & VSAM :: RE: How to download JES2 JOB LOG?
Author: White.Bai Subject: Re: Reply to: How to download JES2 JOB LOG? Posted: Sat Oct 08, 2016 8:07 pm (GMT 5.5)enrico-sorichetti wrote:search the forum for my SDSF REXX snippets Thank you, would you...
View ArticleJCL & VSAM :: RE: How to download JES2 JOB LOG?
Author: enrico-sorichetti Subject: Reply to: How to download JES2 JOB LOG? Posted: Sat Oct 08, 2016 8:15 pm (GMT 5.5) would You please search Yourself it is not that difficult click on the search...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: vasanthz Posted: Sun Oct 09, 2016 10:48 am (GMT 5.5)http://ibmmainframes.com/viewtopic.php?t=63584&highlight=outlook Here is a another code which does what you want. The logic is the same....
View ArticleCICS :: How to display value of an exit parameter on the console?
Author: lind sh Subject: How to display value of an exit parameter on the console? Posted: Sun Oct 09, 2016 12:28 pm (GMT 5.5) Dear friends Suppose I write the following code:Code:*...
View ArticleCICS :: RE: How to display value of an exit parameter on the console?
Author: Marso Subject: Reply to: How to display value of an exit parameter on the console? Posted: Sun Oct 09, 2016 5:44 pm (GMT 5.5) When using the format WTO TEXT=(5) then the area must include the...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: rajatbagga Posted: Mon Oct 10, 2016 4:10 am (GMT 5.5)vasanthz wrote:Try this gimmicky code Code://STEP1 EXEC SAS //IN1 DD *...
View ArticleCOBOL Programming :: To trim spaces in a pipe delimited dataset
Author: Nish84 Subject: To trim spaces in a pipe delimited dataset Posted: Mon Oct 10, 2016 1:54 pm (GMT 5.5) Hi.. My requirement is to generate a pipe delimited dataset by reformatting a normal...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Nic Clouston Posted: Mon Oct 10, 2016 2:55 pm (GMT 5.5) What does the input look like for that output record? Use the code tags so that we can see the actual spaces which the forum software...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: prino Subject: Re: To trim spaces in a pipe delimited dataset Posted: Mon Oct 10, 2016 3:29 pm (GMT 5.5)Nish84 wrote:However, since there are 60 such fields, checking each field individually...
View ArticleJCL & VSAM :: RE: Find out a active PGM
Author: jpsager Posted: Mon Oct 10, 2016 3:31 pm (GMT 5.5) No I have only a z/VM and a lot of z/VSE's. In z/OS we call programs they run 7/24 STC's. Now I will check a VSE region like C1 and I will...
View Article