All Other Mainframe Topics :: RE: How to copy Tape dataset to unix mainframe?
Author: Robert Sample Posted: Fri Jul 08, 2016 6:44 am (GMT 5.5) Neither the Unix System Services Command Reference nor the User's Guide have the word "tape" in their index. Unless you can get DB2 to...
View ArticleAll Other Mainframe Topics :: RE: How to copy Tape dataset to unix mainframe?
Author: chaky Posted: Fri Jul 08, 2016 8:11 am (GMT 5.5) okay, thanks._________________Thanks and Regards, Chaky.
View ArticleAll Other Mainframe Topics :: RE: How to copy Tape dataset to unix mainframe?
Author: PeterHolland Posted: Fri Jul 08, 2016 11:27 am (GMT 5.5) How about this :http://ibmmainframes.com/about61487.html
View ArticleCOBOL Programming :: Compiler option for override the external data item in FD
Author: muralikrishnan_new Subject: Compiler option for override the external data item in FD Posted: Fri Jul 08, 2016 12:09 pm (GMT 5.5) Hi, I am trying to declare 58K for external FD item in my cobol...
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Robert Sample Posted: Fri Jul 08, 2016 3:04 pm (GMT 5.5) There is no such compiler override. COBOL does not support record lengths longer than 32767._________________TANSTAAFL The first rule of...
View ArticleJCL & VSAM :: RE: creating a physical sequential file in mainframes
Author: Shaheen Shaik Posted: Fri Jul 08, 2016 3:47 pm (GMT 5.5) Thank you all! Yeah I have done what Rohit has mentioned. When I left blank at ds name type. I didnt get error._________________Shanthanu
View ArticleAll Other Mainframe Topics :: RE: How to copy Tape dataset to unix mainframe?
Author: chaky Posted: Fri Jul 08, 2016 6:01 pm (GMT 5.5) PeterHolland - that was my post Issue in that post was different, there I was not able to SFTP the fle on Tape, later I found that it can be...
View ArticlePL/I & Assembler :: Online Assembler Program Starting point
Author: Aditya.Srivastava Subject: Online Assembler Program Starting point Posted: Fri Jul 08, 2016 6:48 pm (GMT 5.5) Hi All, I have some experience on working with batch Assembler programs in...
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Rohit Umarjikar Posted: Fri Jul 08, 2016 7:21 pm (GMT 5.5) Poor Design, How does anybody don't know this and made this decision? may you tell us more about the content or what are you doing...
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Robert Sample Posted: Fri Jul 08, 2016 8:25 pm (GMT 5.5)Quote:But it throws error as mentioned below Terminology is critical in IT, where similar terms may mean very different things. You...
View ArticlePL/I & Assembler :: RE: Online Assembler Program Starting point
Author: Rohit Umarjikar Posted: Fri Jul 08, 2016 8:59 pm (GMT 5.5)Programming in AssemblerSample Program Or you may get few more sample program by searching on Google or if I were you then I would pick...
View ArticlePL/I & Assembler :: RE: Online Assembler Program Starting point
Author: Aditya.Srivastava Posted: Fri Jul 08, 2016 10:00 pm (GMT 5.5)Rohit Umarjikar wrote:Programming in AssemblerSample Program Or you may get few more sample program by searching on Google or if I...
View ArticlePL/I & Assembler :: RE: Online Assembler Program Starting point
Author: Rohit Umarjikar Posted: Fri Jul 08, 2016 10:36 pm (GMT 5.5)Developing Assembler language applications As asked before , Do you not have any existing transaction which does use map and assembler...
View ArticlePL/I & Assembler :: RE: Online Assembler Program Starting point
Author: Aditya.Srivastava Posted: Fri Jul 08, 2016 10:55 pm (GMT 5.5)Rohit Umarjikar wrote: As asked before , Do you not have any existing transaction which does use map and assembler code? That would...
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Terry Heinze Posted: Sat Jul 09, 2016 12:40 am (GMT 5.5)Quote:but nothing got thrown I throw a fit when I can't get my desired results. _________________.... Terry
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Robert Sample Posted: Sat Jul 09, 2016 12:54 am (GMT 5.5) OK, we'll make an exception for you._________________TANSTAAFL The first rule of code reuse is that the code needs to be worth...
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Bill Woodger Subject: Reply to: Compiler option for override the external data item in FD Posted: Sat Jul 09, 2016 4:05 am (GMT 5.5) I assume you mean an exception :-)
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Akatsukami Posted: Sat Jul 09, 2016 10:11 am (GMT 5.5) Would this be a specification exception?_________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: steve-myers Posted: Sat Jul 09, 2016 1:07 pm (GMT 5.5) The record size limit is imposed because z/OS data management is limited to a maximum record length of 32760 bytes. This limit is imposed...
View ArticleCOBOL Programming :: RE: Compiler option for override the external data item...
Author: Bill Woodger Subject: Reply to: Compiler option for override the external data item in FD Posted: Sat Jul 09, 2016 3:43 pm (GMT 5.5) And you can use VSAM for (considerably) longer than 32767....
View Article