COBOL 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 ArticleCOBOL Programming :: RE: How does a called pgm know if its called from CICS...
Author: Rohit Umarjikar Posted: Tue Nov 29, 2016 9:47 pm (GMT 5.5) Welcome!! Couple of replies from bottom should help you knowing that.http://ibmmainframes.com/about27389.html_________________Regards,...
View ArticleCICS :: RE: ENQMODEL - ENQ SYSPLEX WIDE
Author: Nikhilesh Tomar Subject: Reply to: ENQMODEL - ENQ SYSPLEX WIDE Posted: Tue Nov 29, 2016 10:24 pm (GMT 5.5) Thankyou Robert for explaining I have queries on below lines:- 1 "When you use EXEC...
View ArticleDFSORT/ICETOOL :: RE: Check System time(Minute) Using TIME1 function
Author: balaji81_k Subject: Thankyou Posted: Tue Nov 29, 2016 10:36 pm (GMT 5.5) Hi Every one, Many thanks for your suggestion and ideas . I have done by using SORT by capturing time using &TIME...
View ArticleCOBOL Programming :: RE: How does a called pgm know if its called from CICS...
Author: Bill Woodger Subject: Reply to: How does a called pgm know if its called from CICS or Batch Posted: Tue Nov 29, 2016 11:26 pm (GMT 5.5) Rohit, Other than the other Bill's Assembler, what is...
View Article