Mainframe Jobs :: Urgent Mainframe Requirments (2-10 yrs exp)
Author: Shankar779 Subject: Urgent Mainframe Requirments (2-10 yrs exp) Posted: Sun Nov 27, 2016 1:48 pm (GMT 5.5) [b] Hi All, Please share your profile to Shankar_mf77@yahoo.com , if you are looking...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: abdulrafi Posted: Mon Nov 28, 2016 10:17 am (GMT 5.5) Hi Robert, To answer your questions, Questions you did not answer in your post include: - Will the week number always be for this year? -...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: abdulrafi Posted: Mon Nov 28, 2016 10:31 am (GMT 5.5) Dear Akatsukami, I went by your logic, "get Sunday from (week-1)*7, then add 1 to get Monday". For ex: 47th week is from 21st Nov to 27th...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: Bill Woodger Subject: Reply to: How to find the first monday of the week. Posted: Mon Nov 28, 2016 11:43 am (GMT 5.5) Why do you have to find a Monday? What will you use it for? What if a...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: mistah kurtz Posted: Mon Nov 28, 2016 7:29 pm (GMT 5.5) Here is a small rexx program to achieve what you want:Code:/* rexx */ days = "Monday Tuesday Wednesday Thursday Friday Saturday Sunday"...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: enrico-sorichetti Subject: Reply to: How to find the first monday of the week. Posted: Mon Nov 28, 2016 8:28 pm (GMT 5.5)Quote:Here is a small rexx program to achieve what you want:...
View ArticleCOBOL Programming :: RE: How to find the first monday of the week.
Author: mistah kurtz Posted: Mon Nov 28, 2016 9:51 pm (GMT 5.5)Quote:It calculates the date of the monday of 5th week relative to the current week Yes. That's correct. I misunderstood the requirement.
View ArticleCICS :: ENQMODEL - ENQ SYSPLEX WIDE
Author: Nikhilesh Tomar Subject: ENQMODEL - ENQ SYSPLEX WIDE Posted: Tue Nov 29, 2016 4:12 am (GMT 5.5) Hi All, I have used ENQ and DEQ commands in an CICS environment and I can understand the concept...
View ArticleCICS :: RE: ENQMODEL - ENQ SYSPLEX WIDE
Author: Rohit Umarjikar Posted: Tue Nov 29, 2016 4:40 am (GMT 5.5)"Enqmodel" on Google search gave me enough links to do a research, did you do that?_________________Regards, Rohit Umarjikar"Knowledge...
View ArticleCICS :: RE: ENQMODEL - ENQ SYSPLEX WIDE
Author: Nikhilesh Tomar Subject: Reply to: ENQMODEL - ENQ SYSPLEX WIDE Posted: Tue Nov 29, 2016 4:49 am (GMT 5.5) Hi Rohit, I did the search and that's how have gathered all the above information...
View ArticleCICS :: RE: ENQMODEL - ENQ SYSPLEX WIDE
Author: Robert Sample Posted: Tue Nov 29, 2016 6:11 am (GMT 5.5) ENQMODEL is defined and installed through RDO (the CEDA transaction). If you want to use a SYSPLEX ENQMODEL, you MUST define the...
View ArticleJCL & VSAM :: PDSFAST VERIFY - What does it really do ?
Author: shetttigarvivek Subject: PDSFAST VERIFY - What does it really do ? Posted: Tue Nov 29, 2016 9:21 am (GMT 5.5) I have come across PDSFAST and cant really find any documentation explaining the...
View ArticleJCL & VSAM :: RE: PDSFAST VERIFY - What does it really do ?
Author: steve-myers Posted: Tue Nov 29, 2016 11:16 am (GMT 5.5) These are things I think it should be looking forAll PDS data sets -Wrong length records and true I/O errorsFirst record address in a...
View ArticleJCL & VSAM :: JCL to delete component in a package
Author: sundaram.naveen Subject: JCL to delete component in a package Posted: Tue Nov 29, 2016 6:21 pm (GMT 5.5) Hi Guys, Just wanted to know if there is any possibility of creating a JCL that deletes...
View ArticleJCL & VSAM :: RE: JCL to delete component in a package
Author: Nic Clouston Posted: Tue Nov 29, 2016 7:58 pm (GMT 5.5) This is totally unclear. Are you using some version control system other than Changeman and you want to replicate the batch deletion? Or...
View ArticleJCL & VSAM :: RE: JCL to delete component in a package
Author: dbzTHEdinosauer Posted: Tue Nov 29, 2016 8:00 pm (GMT 5.5) since changeman submits jcl that it generates based on interactions with the gui, of course you can create your own job and submit it....
View ArticleJCL & VSAM :: RE: JCL to delete component in a package
Author: steve-myers Posted: Tue Nov 29, 2016 8:07 pm (GMT 5.5)JCL cannot manipulate data in any way. In other words, "JCL" cannot perform this task. Only programs that operate in an environment...
View ArticleJCL & VSAM :: RE: JCL to delete component in a package
Author: Rohit Umarjikar Posted: Tue Nov 29, 2016 9:24 pm (GMT 5.5) It should not be done through local batch, I don't think that's even permitted to all RACF ID by any site. Why do you need to do this...
View ArticleCOBOL Programming :: How does a called pgm know if its called from CICS or Batch
Author: Graeme Westerman Subject: How does a called pgm know if its called from CICS or Batch Posted: Tue Nov 29, 2016 9:25 pm (GMT 5.5) Hi, we have a Cobol developer who is trying to call a subroutine...
View ArticleCOBOL Programming :: RE: How does a called pgm know if its called from CICS...
Author: Robert Sample Posted: Tue Nov 29, 2016 9:44 pm (GMT 5.5)Quote:How does the called program know that the calling program is batch or CICS? Why does it care? As long as the COBOL program isn't...
View Article