JCL & VSAM :: RE: How to supply called sub-program from test loadlib
Author: Bill Woodger Subject: Reply to: How to supply called sub-program from test loadlib Posted: Thu Sep 15, 2016 9:43 pm (GMT 5.5) If the sub-program is currently used in Production as a...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Akatsukami Posted: Thu Sep 15, 2016 9:57 pm (GMT 5.5) Remember, though, that z/OS data sets are structured, with the labels and VTOC entries containing information that allow a program to use...
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: Akatsukami Posted: Thu Sep 15, 2016 10:01 pm (GMT 5.5) The tools available to Vinay-kun (he mentions SCLM) may prefer or require online compiles._________________Data is not information....
View ArticleIBM Tools :: RE: Not enough virtual memory is available to continue
Author: daveporcelan Posted: Thu Sep 15, 2016 10:04 pm (GMT 5.5) We have SCLM and this is an option (Process):Code:Output control:        Ex Sub         Process . . 2 1. Execute...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Arun Raj Posted: Thu Sep 15, 2016 10:11 pm (GMT 5.5) Thanks Akatsukami. Still I would tend to agree to Rahul's point if we should really just ban the word "files" when we are talking about a...
View ArticleCOBOL Programming :: RE: Replace function
Author: Rohit Umarjikar Posted: Thu Sep 15, 2016 10:19 pm (GMT 5.5)Quote:And since that is not what the OP wanted OP wants none of '"' anywhere except wrapped around 'ONLY' word, Please ignore if you...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Akatsukami Posted: Thu Sep 15, 2016 10:24 pm (GMT 5.5) We all make mistakes. Even I have done so _________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Bill Woodger Subject: Reply to: SORT Block of records Posted: Thu Sep 15, 2016 11:02 pm (GMT 5.5) Arun, the link you provided refers running Enterprise COBOL on USS using HFS. The F in HFS is...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: RahulG31 Subject: Reply to: SORT Block of records Posted: Thu Sep 15, 2016 11:20 pm (GMT 5.5) Can somebody move the last couple of replies to a New topic 'data set vs files' ? 'data set' is an...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Bill Woodger Subject: Reply to: SORT Block of records Posted: Thu Sep 15, 2016 11:36 pm (GMT 5.5) Don't read too much into one particular word of one particular article that happens to appear...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: mistah kurtz Posted: Thu Sep 15, 2016 11:54 pm (GMT 5.5) I was just wondering if its okay to be politically correct all the time? Does it serve any real purpose? Do we fail to understand a...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: sergeyken Posted: Thu Sep 15, 2016 11:57 pm (GMT 5.5) 1) Your "Costa Rica" appers twice in your input. Do you need to create two separate files for two of them? 2) Is that OK to create library...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: RahulG31 Subject: Reply to: It's a DATA SET...or is it? Posted: Thu Sep 15, 2016 11:59 pm (GMT 5.5) A 'data set' is a set of data. So, if there is No record, there is No data and there is No...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Robert Sample Posted: Fri Sep 16, 2016 12:01 am (GMT 5.5) RahulG31, from the IBM Glossary of z/OS terms and abbreviations at...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Rohit Umarjikar Posted: Fri Sep 16, 2016 12:06 am (GMT 5.5) I would take this way , Files are properly called data sets in MVS, Data set names (DSNs, mainframe term for filenames) or a data set...
View ArticleAll Other Mainframe Topics :: RE: It's a DATA SET...or is it?
Author: Arun Raj Posted: Fri Sep 16, 2016 12:09 am (GMT 5.5) IMHO it is no serious crime like a generation vs version situation. Infact almost everyone of us have been using the words - file and data...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: girishb2 Subject: Reply to: SORT Block of records Posted: Fri Sep 16, 2016 12:13 am (GMT 5.5) No. I need to club these Costa Rica Records into One PS Dataset. Likewise there may be many records...
View ArticleCICS :: RE: CICS TS 5.3 migr after DFHCSDUP UPGRADE to use DFHCSDUP SCAN
Author: Kyle Carroll Posted: Fri Sep 16, 2016 12:30 am (GMT 5.5) Does anyone know if the DFHCSDUP SCAN can actually show the differences rather than just saying "DOES NOT MATCH THE IBM SUPPLIED...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: Rohit Umarjikar Posted: Fri Sep 16, 2016 1:16 am (GMT 5.5) DFSORT does NOT allocate the output data sets dynamically. You would either have to supply the maximum number of output DD statements...
View ArticleDFSORT/ICETOOL :: RE: SORT Block of records
Author: girishb2 Subject: Reply to: SORT Block of records Posted: Fri Sep 16, 2016 2:13 am (GMT 5.5) I already have datasets created. I just want to do the group sort on the basis of Country name and...
View Article