DFSORT/ICETOOL :: RE: Convert Timestamp Value
Author: Rohit Umarjikar Posted: Fri May 06, 2016 1:06 am (GMT 5.5) Use inout to convert month to a number and then translate AM/PM by adding 12 to the hours except 12 and build as per...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: Rohit Umarjikar Posted: Fri May 06, 2016 1:10 am (GMT 5.5) Welcome!! You must have separate jcllib for test jobs other than production one. So provide Code:COND.stepname=(0,LE) to the proc like...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: RahulG31 Subject: Reply to: Validating TSO node id in Job Posted: Fri May 06, 2016 1:18 am (GMT 5.5) Usually, there is a symbolic as a high level qualifier for datasets. Even if you are using...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: Rohit Umarjikar Posted: Fri May 06, 2016 1:22 am (GMT 5.5)Quote:Now, you can have the address/directory location of external server in a dataset. Since, this information is static, you can have...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: RahulG31 Subject: Reply to: Validating TSO node id in Job Posted: Fri May 06, 2016 2:02 am (GMT 5.5)Quote:Also there is a chance to use production server details instead of test in those...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: Rohit Umarjikar Posted: Fri May 06, 2016 2:04 am (GMT 5.5) haha, I have seen people mistakenly copying prod server details to QA/test and forget to change latter to point QA server btw , I...
View ArticleIDMS/ADSO :: RE: ADS 3270 Batch simulator for IDMS release 18.5
Author: Rohit Umarjikar Posted: Fri May 06, 2016 2:11 am (GMT 5.5) Contact CA Support._________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For everything else, there's...
View ArticleSYNCSORT :: OUTREC RDW NOT INCLUDED
Author: krsenthil85 Subject: OUTREC RDW NOT INCLUDED Posted: Fri May 06, 2016 3:22 am (GMT 5.5) Hi, I am using following code for sortingCode://SYSIN DD *...
View ArticleSYNCSORT :: RE: OUTREC RDW NOT INCLUDED
Author: RahulG31 Subject: Reply to: OUTREC RDW NOT INCLUDED Posted: Fri May 06, 2016 3:37 am (GMT 5.5) Your include condition start from 1, Begin= from 1 and you already know you have a VB and you...
View ArticleSYNCSORT :: RE: OUTREC RDW NOT INCLUDED
Author: Rohit Umarjikar Posted: Fri May 06, 2016 4:39 am (GMT 5.5) He is using the same card for VB as per his narration and certainly no research done as I could see many such examples already...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: boyti ko Posted: Fri May 06, 2016 7:31 am (GMT 5.5) You can make a simple Rexx program to output and check if it's TSOP or TSOD using this code:Code:SYSVAR('SYSNODE') Also in that Rexx, give a...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: Rohit Umarjikar Posted: Fri May 06, 2016 10:10 am (GMT 5.5) There are couple of things 1. Why are you not using proc instead of just jcl? 2. if you are using production proc then you must have...
View ArticleDFSORT/ICETOOL :: Performing addition using JCL sort card
Author: Shaheen Shaik Subject: Performing addition using JCL sort card Posted: Fri May 06, 2016 12:25 pm (GMT 5.5) Hi, I need to perform addition of a column in a file by selecting only for some...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: venkaraj Posted: Fri May 06, 2016 12:45 pm (GMT 5.5) Thanks for all your suggestion. Changing proc and JCL Libraries may not be taken care by resources. They will just submit the job. I found...
View ArticleCICS :: VSAM Alternate Index in CICS
Author: jacobdng Subject: VSAM Alternate Index in CICS Posted: Fri May 06, 2016 1:41 pm (GMT 5.5) Is AIX or PATH should be defined when a VSAM Alternate Index is going to be used in a CICS region? I am...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: Willy Jensen Posted: Fri May 06, 2016 2:34 pm (GMT 5.5) Perhaps overkill for this, but I have implemented a more general approach. The following REXX program will run the parameter, either by...
View ArticleDFSORT/ICETOOL :: RE: Performing addition using JCL sort card
Author: Nic Clouston Posted: Fri May 06, 2016 2:55 pm (GMT 5.5) Please present your data, code, JCL (anything you see on your screen really) using the code tags. This preserves spacing. Reading other...
View ArticleDFSORT/ICETOOL :: RE: Performing addition using JCL sort card
Author: Shaheen Shaik Posted: Fri May 06, 2016 3:02 pm (GMT 5.5) Thank you Nic._________________Shanthanu
View ArticleCICS :: RE: VSAM Alternate Index in CICS
Author: Pete Wilson Posted: Fri May 06, 2016 3:08 pm (GMT 5.5) If there is a path defined for the AIX it should be the path specified in CICS, otherwise what is the point of having an...
View ArticleJCL & VSAM :: RE: Validating TSO node id in Job
Author: Abid Hasan Posted: Fri May 06, 2016 3:11 pm (GMT 5.5) Maybe another approach; DFSORT has been allowing SYSVARs to be used as symbolics for a long while, rig up a simple DFSORT which tests your...
View Article