SYNCSORT :: RE: Compare 2 files & write Indicator at last using JCL utility
Author: enrico-sorichetti Subject: Reply to: Compare 2 files & write Indicator at last using JCL utility Posted: Sun May 15, 2016 2:00 pm (GMT 5.5)Quote:We have only SYNCSORT if You have SYNCSORT...
View ArticleJCL & VSAM :: JCL to convert float decimal into readable format
Author: polymathtarun Subject: JCL to convert float decimal into readable format Posted: Sun May 15, 2016 9:57 pm (GMT 5.5) I have a problem statement. I am trying to dump decimal float fields (field...
View ArticleJCL & VSAM :: RE: JCL to convert float decimal into readable format
Author: enrico-sorichetti Subject: Reply to: JCL to convert float decimal into readable format Posted: Sun May 15, 2016 10:51 pm (GMT 5.5) no... because nobody with a bit of good judgement would use a...
View ArticleSYNCSORT :: RE: Compare 2 files & write Indicator at last using JCL utility
Author: Rohit Umarjikar Posted: Mon May 16, 2016 4:28 am (GMT 5.5) Look for join keys and the parameter marker values and based on that you use IFTHEN WHEN condition and build with I/U/D. add OMIT...
View ArticleJCL & VSAM :: RE: JCL to convert float decimal into readable format
Author: Akatsukami Posted: Mon May 16, 2016 5:50 am (GMT 5.5) This was a really bad idea, not only because, as Dr. Sorichetti says, storing a date as a floating-point is itself a bad idea due to...
View ArticleCompuware & Other Tools :: View Copybook having COPY statement in file Aid
Author: nkumar Subject: View Copybook having COPY statement in file Aid Posted: Mon May 16, 2016 7:28 pm (GMT 5.5) Hello All! I am trying to view (option 8) a copybook (say FUNDCPY) in File Aid. This...
View ArticleJCL & VSAM :: RE: JCL to convert float decimal into readable format
Author: Nic Clouston Posted: Mon May 16, 2016 7:47 pm (GMT 5.5) No - because JCL does not mess with data. It tells the system that you want to execute a program and what resources that program needs....
View ArticleCompuware & Other Tools :: RE: View Copybook having COPY statement in file Aid
Author: Nic Clouston Posted: Mon May 16, 2016 7:52 pm (GMT 5.5) What makes you think it is that COPY statement that is giving the error? The message says the error is near line 159. line 339 is nowhere...
View ArticleCompuware & Other Tools :: RE: View Copybook having COPY statement in file Aid
Author: Robert Sample Posted: Mon May 16, 2016 7:54 pm (GMT 5.5) Have you contacted the vendor for assistance? If not, why not? They are the experts on the product and certainly can answer your...
View ArticleCompuware & Other Tools :: RE: View Copybook having COPY statement in file Aid
Author: Rohit Umarjikar Posted: Mon May 16, 2016 8:47 pm (GMT 5.5) What contains in FUNDMAX ? Did Expand Occurrences => Y helps?_________________Regards, Rohit Umarjikar"Some things Man was never...
View ArticleCompuware & Other Tools :: RE: View Copybook having COPY statement in file Aid
Author: nkumar Posted: Mon May 16, 2016 10:29 pm (GMT 5.5) Thanks all for the response...Quote:What contains in FUNDMAX ? Did Expand Occurrences => Y helps? Yes, it contains occurrences.Quote:Have...
View ArticleTSO/ISPF :: PC to Host for unicode file
Author: Tom Steiner Subject: PC to Host for unicode file Posted: Mon May 16, 2016 10:38 pm (GMT 5.5) My TSO session interactive send file to host pop-up uses IND$FILE to transfer files from the PC to...
View ArticleTSO/ISPF :: RE: PC to Host for unicode file
Author: Robert Sample Posted: Mon May 16, 2016 11:36 pm (GMT 5.5) You will need to use FTP or something other than IND$FILE to transfer the unicode data. Unless you get very lucky with your 3270...
View ArticleTSO/ISPF :: RE: PC to Host for unicode file
Author: Tom Steiner Subject: Reply to: PC to Host for unicode file Posted: Mon May 16, 2016 11:39 pm (GMT 5.5) Thanks for your response - where can I find ftp (or equivalent) to...
View ArticleTSO/ISPF :: RE: PC to Host for unicode file
Author: Robert Sample Posted: Tue May 17, 2016 12:36 am (GMT 5.5) FTP is available pretty much on any machine -- for Windows, you can bring up a command prompt and type in FTP -- or there are various...
View ArticleJava & MQSeries :: problem on data conversion from windows MQ-client to Z/OS
Author: hkalhor2 Subject: problem on data conversion from windows MQ-client to Z/OS Posted: Tue May 17, 2016 12:10 pm (GMT 5.5) hi, windows app try to put message to a Q which the Q-Manager is in Z/OS...
View ArticleJCL & VSAM :: how to find if file is empty or not.
Author: abdulrafi Subject: how to find if file is empty or not. Posted: Tue May 17, 2016 4:39 pm (GMT 5.5) Hi, I have searched in this forum and could not find the relevant answer for my question. I do...
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: Abid Hasan Subject: Re: how to find if file is empty or not. Posted: Tue May 17, 2016 5:10 pm (GMT 5.5) Hello,abdulrafi wrote: I have searched in this forum and could not find the relevant...
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: enrico-sorichetti Subject: Reply to: how to find if file is empty or not. Posted: Tue May 17, 2016 5:11 pm (GMT 5.5)Quote:I do have a file. If the file has only one record it has to give me a...
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: don.leahy Posted: Tue May 17, 2016 6:45 pm (GMT 5.5) ICETOOL has a very simple way to do this:Code://SORT1 EXEC PGM=ICETOOL //IN1 DD...
View Article