COBOL Programming :: RE: String in Cobol
Author: Nic Clouston Posted: Mon Jun 27, 2016 9:23 pm (GMT 5.5) Murali How is that going to drop the alpha characters? Numval-c works on numeric data with a possible currency sign and editing...
View ArticleDFSORT/ICETOOL :: RE: Symbolic Parameters in SYSIN DD statements in DFSORT
Author: Nic Clouston Posted: Mon Jun 27, 2016 9:28 pm (GMT 5.5) And, unless you are using a relatively recent version of z/OS, you cannot use symbolics in in-stream data. Also - please do not post...
View ArticleSYNCSORT :: Sync sort - Transpose
Author: TS70363 Subject: Sync sort - Transpose Posted: Tue Jun 28, 2016 3:18 am (GMT 5.5) Hi, Is it possible to concatenate all the records in a file? My file may have up to 100 records, each 16 bytes...
View ArticleSYNCSORT :: RE: Sync sort - Transpose
Author: Bill Woodger Subject: Reply to: Sync sort - Transpose Posted: Tue Jun 28, 2016 3:30 am (GMT 5.5) What LRECL were you considering for the output file? What RECFM?
View ArticleSYNCSORT :: RE: Sync sort - Transpose
Author: TS70363 Subject: Reply to: Sync sort - Transpose Posted: Tue Jun 28, 2016 3:52 am (GMT 5.5) Output RECFM = VB, LRECL=2004_________________TS70363
View ArticleSYNCSORT :: RE: Sync sort - Transpose
Author: Rohit Umarjikar Posted: Tue Jun 28, 2016 8:20 am (GMT 5.5) Why would you not do research and try ? Try this or look for RESIZE if supported by snycsort_________________Regards, Rohit...
View ArticleAll Other Mainframe Topics :: How to find jobs that are in schedule greater...
Author: anilkumar922 Subject: How to find jobs that are in schedule greater than 2 days Posted: Tue Jun 28, 2016 10:01 am (GMT 5.5) Hi All, I want to find out the jobs which are in schedule greater...
View ArticleSYNCSORT :: RE: Sync sort - Transpose
Author: Bill Woodger Subject: Reply to: Sync sort - Transpose Posted: Tue Jun 28, 2016 10:28 am (GMT 5.5) If you have an undocumented RESIZE, that will be the best bet. You'll need a USING with OUTFIL...
View ArticleJCL & VSAM :: Compare each GDG Generations to other GDG generations
Author: Ayyappa1 Subject: Compare each GDG Generations to other GDG generations Posted: Tue Jun 28, 2016 1:48 pm (GMT 5.5) Hello All, I receive multiple generations to my GDG dataset (say...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: expat Posted: Tue Jun 28, 2016 2:01 pm (GMT 5.5) What on earth is the logic behind this ? Are you trying to find out if all generations have been processed ? Is each generation an accumulation...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Ayyappa1 Posted: Tue Jun 28, 2016 2:15 pm (GMT 5.5)expat wrote:What on earth is the logic behind this ? Are you trying to find out if all generations have been processed ? Is each generation an...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Nic Clouston Posted: Tue Jun 28, 2016 2:41 pm (GMT 5.5) Do the data sets (nthey are not 'files') have headers that identify them uniquely? If so simply record them as they are read by DAILPROC...
View ArticleSYNCSORT :: RE: Sync sort - Transpose
Author: Nic Clouston Posted: Tue Jun 28, 2016 2:44 pm (GMT 5.5) As you specifically specify Syncsort and there is a specigfic part of the forum for Syncsort queries I fail to see why you have posted in...
View ArticleAll Other Mainframe Topics :: RE: How to find jobs that are in schedule...
Author: Nic Clouston Posted: Tue Jun 28, 2016 2:49 pm (GMT 5.5) What do you mean by 'greater than 2 days'. This phrasing implies a time span. Do you mean 'jobs that are due to run in 2 days time'? I.E...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Ayyappa1 Posted: Tue Jun 28, 2016 2:51 pm (GMT 5.5)Nic Clouston wrote:Do the data sets (nthey are not 'files') have headers that identify them uniquely? If so simply record them as they are...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: expat Posted: Tue Jun 28, 2016 3:50 pm (GMT 5.5) So basically the application DAILPROC has been badly designed and does not contain the logic to deal with duplicate records. Have you considered...
View ArticleDFSORT/ICETOOL :: RE: Symbolic Parameters in SYSIN DD statements in DFSORT
Author: Willy Jensen Posted: Tue Jun 28, 2016 4:43 pm (GMT 5.5) The manual states "Use the SYMBOLS parameter to request JES to perform symbol substitution within in-stream data.". SYSIN from a dataset...
View ArticleAll Other Mainframe Topics :: RE: How to find jobs that are in schedule...
Author: anilkumar922 Subject: Reply to: How to find jobs that are in schedule greater than 2 days Posted: Tue Jun 28, 2016 5:08 pm (GMT 5.5) Thanks for your reply Nic, I want to know Jobs that are in...
View ArticleCLIST & REXX :: how to find clist's or view library
Author: Andrew Hsia Subject: how to find clist's or view library Posted: Tue Jun 28, 2016 6:07 pm (GMT 5.5) I just started in a company that uses mainframes. I got access last week. A lot of things are...
View ArticleAll Other Mainframe Topics :: RE: How to find jobs that are in schedule...
Author: Robert Sample Posted: Tue Jun 28, 2016 6:39 pm (GMT 5.5) A normal system will not have any jobs on the scheduler that are so overdue -- they should have been cleared up within 24 hours so the...
View Article