DFSORT/ICETOOL :: RE: output data in CSV Format
Author: enrico-sorichetti Subject: Reply to: output data in CSV Format Posted: Sat Oct 15, 2016 2:25 pm (GMT 5.5) what about looking at http://www-01.ibm.com/support/docview.wss?uid=isg3T7000094...
View ArticleCOBOL Programming :: RE: output data in CSV Format
Author: Nic Clouston Posted: Sat Oct 15, 2016 4:04 pm (GMT 5.5)Quote:can let me know the reason Because the code, which you have not shown, is wrong. The snippet of code that you did show was not in...
View ArticleCOBOL Programming :: RE: output data in CSV Format
Author: Nic Clouston Posted: Sat Oct 15, 2016 4:06 pm (GMT 5.5) Duplicate of post in DFSort. Locked._________________Regards Nic
View ArticleDFSORT/ICETOOL :: RE: output data in CSV Format
Author: Nic Clouston Posted: Sat Oct 15, 2016 4:07 pm (GMT 5.5) Duplicate of post in COBOL programming - locked._________________Regards Nic
View ArticleCOBOL Programming :: RE: output data in CSV Format
Author: Robert Sample Posted: Sat Oct 15, 2016 5:43 pm (GMT 5.5) Is outrec defined as the 01 for an FD? If so, your VALUE clause on the variables is being ignored and you need to use WRITE ... FROM and...
View ArticleCOBOL Programming :: RE: output data in CSV Format
Author: Bill Woodger Subject: Reply to: output data in CSV Format Posted: Sat Oct 15, 2016 6:57 pm (GMT 5.5) Or you cleverly INITIALIZE your "outrec". Or MOVE SPACE to outrec. Or some other thing we...
View ArticleCOBOL Programming :: RE: output data in CSV Format
Author: janmejay Subject: Reply to: output data in CSV Format Posted: Sat Oct 15, 2016 8:08 pm (GMT 5.5) Robert is right. I defined my outrec under FD section FD OUTPUT_FILE 01 OUTREC. 10 EMPNAME PIC...
View ArticleDFSORT/ICETOOL :: RE: How can we have the varying lenth of key filed in join...
Author: Gunapala CN Subject: Re: Reply to: How can we have the varying lenth of key filed in join key! Posted: Sat Oct 15, 2016 10:32 pm (GMT 5.5)magesh23586 wrote:Note : If your keys are in ascending...
View ArticleCOBOL Programming :: RE: output data in CSV Format
Author: Bill Woodger Subject: Reply to: output data in CSV Format Posted: Sat Oct 15, 2016 11:24 pm (GMT 5.5) Do you ever look at the diagnostic messages at the end of your compile listing?
View ArticleDFSORT/ICETOOL :: RE: How can we have the varying lenth of key filed in join...
Author: Bill Woodger Subject: Reply to: How can we have the varying lenth of key filed in join key! Posted: Sat Oct 15, 2016 11:27 pm (GMT 5.5) Post your full rules for matching. We waste time just...
View ArticleDFSORT/ICETOOL :: RE: How can we have the varying lenth of key filed in join...
Author: Gunapala CN Posted: Sat Oct 15, 2016 11:53 pm (GMT 5.5) Sure, Definitely File 1 Records would be :Code:F2 G1 HJ F1GHL G2456 File 2 records would be :Code:F1Â Â Â Â Â 1.5 FÂ Â Â Â Â Â 2 HL126...
View ArticleCLIST & REXX :: RE: Replace repeated JCL with looping REXX
Author: prino Posted: Sun Oct 16, 2016 2:30 am (GMT 5.5) I've got it working, but I've stumbled upon a subtle difference between JCL and REXX regarding the allocation of datasets that are never opened....
View ArticleDFSORT/ICETOOL :: RE: How can we have the varying lenth of key filed in join...
Author: Arun Raj Subject: Reply to: How can we have the varying lenth of key filed in join key! Posted: Sun Oct 16, 2016 3:28 am (GMT 5.5) Are the keys unique in either of the input...
View ArticleCICS :: RE: How to display value of an exit parameter on the console?
Author: lind sh Posted: Sun Oct 16, 2016 11:56 am (GMT 5.5) UEPTRANID contains the address of a location which it's content is the 4 byte transaction ID.
View ArticleCOBOL Programming :: RE: output data in CSV Format
Author: janmejay Subject: Re: Reply to: output data in CSV Format Posted: Sun Oct 16, 2016 8:58 pm (GMT 5.5)janmejay wrote:Robert is right. I defined my outrec under FD section FD OUTPUT_FILE 01...
View ArticleJCL & VSAM :: difference between ... DUMMY ... and ... NULLFILE ...
Author: enrico-sorichetti Subject: difference between ... DUMMY ... and ... NULLFILE ... Posted: Mon Oct 17, 2016 4:31 pm (GMT 5.5)There is no difference as told here...
View ArticleJCL & VSAM :: RE: Difference bw NULLFILE & DUMMY
Author: enrico-sorichetti Subject: Reply to: Difference bw NULLFILE & DUMMY Posted: Mon Oct 17, 2016 4:33 pm (GMT 5.5) Topic cleaned up, posted a sticky on the same subject_________________cheers...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: balaji81_k Subject: Reply to: Get correct date and time when current time is over 12 hrs Posted: Mon Oct 17, 2016 9:40 pm (GMT 5.5) Hi All, Thanks every one for the inputs._________________dear...
View ArticleDFSORT/ICETOOL :: abend sort based on count records in group
Author: anatol Subject: abend sort based on count records in group Posted: Mon Oct 17, 2016 10:10 pm (GMT 5.5) Hi, I have file ( need just idea, so let it FB=80):Code: 111111 111111 111111 111111...
View ArticleDFSORT/ICETOOL :: RE: abend sort based on count records in group
Author: Rohit Umarjikar Posted: Mon Oct 17, 2016 10:28 pm (GMT 5.5) Hint-http://www.ibmmainframeforum.com/dfsort-icetool-icegener/topic5837.html_________________Regards, Rohit Umarjikar"Knowledge is...
View Article