DFSORT/ICETOOL :: RE: SORT Block of records
Author: Arun Raj Posted: Fri Sep 16, 2016 2:16 am (GMT 5.5) girishb2, If this is not a one-time task, do you always know how many countries/output datasets you will have? If that is a variable number...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Nic Clouston Posted: Fri Sep 16, 2016 2:21 am (GMT 5.5) I admit tp having gone back and edited a post of mine that I made a few days ago and changed File to Data Set. I realise we all know what...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Akatsukami Posted: Fri Sep 16, 2016 3:00 am (GMT 5.5)Nic Clouston wrote: I realise we all know what is meant when one writes 'file' but we are supposed to be professionals and our jobs are to...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: sergeyken Posted: Fri Sep 16, 2016 4:20 am (GMT 5.5) Since the tag to determine the required country does appear only after third record of each group, there is no way to guess in advance:...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Kerry Ropar Posted: Fri Sep 16, 2016 8:06 am (GMT 5.5) Well, this query may be totally irrelevant to this post (and might be invalid as well), but if my module is statically linked but I use IS...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: RahulG31 Subject: Reply to: How to supply called sub-program from test loadlib Posted: Fri Sep 16, 2016 9:03 am (GMT 5.5)Quote:how does system ensures that a new version is being picked up for...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Kerry Ropar Posted: Fri Sep 16, 2016 11:58 am (GMT 5.5)Quote:A new version is Not picked up. It's still the same copy of the program. Only the working storage variables are initialized. Yes...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Kerry Ropar Posted: Fri Sep 16, 2016 11:59 am (GMT 5.5) Additional thank you RahulG31 since I have used quotes for the first time while replying. New learning and practically performed. Looking...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Willy Jensen Posted: Fri Sep 16, 2016 1:56 pm (GMT 5.5) Dataset or file, shouldn't the context in which it is used make it obvious what type of operating system / file system / data structure...
View ArticleTSO/ISPF :: COMPARE command
Author: sivatechdrive Subject: COMPARE command Posted: Fri Sep 16, 2016 4:31 pm (GMT 5.5) Hi, I used the compare command to compare programs in 2 different libraries. The newly inserted lines as...
View ArticleTSO/ISPF :: RE: COMPARE command
Author: sergeyken Posted: Fri Sep 16, 2016 5:31 pm (GMT 5.5) You fully misunderstand the screen contents. 1) The lines marked as '========' (and highlighted in white) are those lines MISSING in the new...
View ArticleTSO/ISPF :: RE: COMPARE command
Author: prino Posted: Fri Sep 16, 2016 8:01 pm (GMT 5.5)sergeyken wrote:You fully misunderstand the screen contents. And you are blabbering away without actually answering the question. Use the...
View ArticleCOBOL Programming :: Copybook structure in Load module
Author: Vai123 Subject: Copybook structure in Load module Posted: Fri Sep 16, 2016 8:29 pm (GMT 5.5) Hi, Does Cobol load module already contains the copybook structure? If yes, next question is-...
View ArticleCOBOL Programming :: RE: Copybook structure in Load module
Author: RahulG31 Subject: Reply to: Copybook structure in Load module Posted: Fri Sep 16, 2016 8:35 pm (GMT 5.5) The question is Unclear. You don't necessarily need to compile P2 if you don't want to. .
View ArticleCOBOL Programming :: RE: Copybook structure in Load module
Author: Robert Sample Posted: Fri Sep 16, 2016 9:01 pm (GMT 5.5) Copybooks are NOT used in a load module - they are source code only. A copybook defines a data structure, which is used by the load...
View ArticleCOBOL Programming :: RE: Copybook structure in Load module
Author: Pandora-Box Posted: Fri Sep 16, 2016 9:15 pm (GMT 5.5) The issue here is you are making an object to become inconsistent which is starting point of a failure._________________To understand...
View ArticleTSO/ISPF :: RE: COMPARE command
Author: Rohit Umarjikar Posted: Fri Sep 16, 2016 9:29 pm (GMT 5.5) or you can do EXCLUDE = 0 , which gives you only differences and no need of L SPE for each item.Code:Display options:...
View ArticleCOBOL Programming :: RE: Copybook structure in Load module
Author: Rohit Umarjikar Posted: Fri Sep 16, 2016 9:43 pm (GMT 5.5) Vaishnavi,Quote:Does Cobol load module already contains the copybook structure? If yes No, you could have looked yourself, hence the...
View ArticleJCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Rohit Umarjikar Posted: Fri Sep 16, 2016 9:52 pm (GMT 5.5) Kerry, You can look and learn from here as well when you post.What is BBCode?_________________Regards, Rohit Umarjikar"Knowledge is...
View ArticleCOBOL Programming :: RE: Copybook structure in Load module
Author: Vai123 Subject: Reply to: Copybook structure in Load module Posted: Fri Sep 16, 2016 10:10 pm (GMT 5.5) Very good information, Robert.. Thanks Let me rephrase my question. Does load module...
View Article