TSO/ISPF :: WSA 1.0 -507
Author: Rick Silvers Subject: WSA 1.0 -507 Posted: Mon Mar 13, 2017 7:41 pm (GMT 5.5) Hi, Does anyone know were I can download WSA 1.0 -507 ? I have the old version 1.0 -506 I'm on z/OS 02.02, TSO 4.2...
View ArticleDB2 :: JCL to Set Return code based on DB2 SQL query result
Author: vinu78 Subject: JCL to Set Return code based on DB2 SQL query result Posted: Mon Mar 13, 2017 9:47 pm (GMT 5.5) Hi All, I am executing DB2 query in JCL using IKJEFT01 utility. For the SQL CODE...
View ArticleDB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: daveporcelan Posted: Tue Mar 14, 2017 12:18 am (GMT 5.5) One way to approach this: 1) Add FETCH FIRST 2 ROWS ONLY to your sql 2) Write the results (data) to a dataset (in your JCL) 3) Process...
View ArticleDB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: Nic Clouston Posted: Tue Mar 14, 2017 2:43 am (GMT 5.5) IKJEFT01 only issues its own return code. If you want your program's return code issued then you need one of IKJEFT01's siblings either...
View ArticleDB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: vinu78 Posted: Tue Mar 14, 2017 9:05 am (GMT 5.5) Thanks Dave for the idea. Will check that option. Nic - If I am using IKJEFT1B, can you please let me know how can I set MAXCC Return code. I...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: farhad_evan Posted: Tue Mar 14, 2017 9:56 am (GMT 5.5) i think you can use of appropriate JOB CLASS in your job. ( with DISP (PURGE,HOLD) ) in that case you don't need REXX or anything
View ArticleCA Products :: RE: Copying Panvalet members to PDS
Author: LOGESHWARAN K Posted: Tue Mar 14, 2017 11:39 am (GMT 5.5) Hi, Thanks for your reply... I want JCL to rename the 10-character member name to 8-character member name while copying... I should not...
View ArticleDFSORT/ICETOOL :: SORT VSAM file with each field one by one into output file
Author: maxsubrat Subject: SORT VSAM file with each field one by one into output file Posted: Tue Mar 14, 2017 1:07 pm (GMT 5.5) Hi, I have a input vsam file and The record length are 3616 01...
View ArticleDFSORT/ICETOOL :: RE: SORT VSAM file with each field one by one into output file
Author: Pandora-Box Posted: Tue Mar 14, 2017 1:34 pm (GMT 5.5) Maxs, Your requirement is not clear at all.. Post your input and expected output with code tags and also the code what you have...
View ArticleDFSORT/ICETOOL :: RE: SORT VSAM file with each field one by one into output file
Author: enrico-sorichetti Subject: Reply to: SORT VSAM file with each field one by one into output file Posted: Tue Mar 14, 2017 1:41 pm (GMT 5.5) seems pretty clear to me ... just forget about the...
View ArticleDFSORT/ICETOOL :: RE: SORT VSAM file with each field one by one into output file
Author: maxsubrat Subject: Reply to: SORT VSAM file with each field one by one into output file Posted: Tue Mar 14, 2017 2:57 pm (GMT 5.5) I have mentioned my input file structure very clearly.. 4...
View ArticleCA Products :: RE: Copying Panvalet members to PDS
Author: prino Posted: Tue Mar 14, 2017 3:11 pm (GMT 5.5) The first step is to define a process where 10-character member names are converted to 8-character member names, including what happens if...
View ArticleAll Other Mainframe Topics :: IOCDS and IODF
Author: farhad_evan Subject: IOCDS and IODF Posted: Tue Mar 14, 2017 3:27 pm (GMT 5.5) hi expert i know we must define system configuration in IOCDS . do i need to define same configuration in IODF on...
View ArticleTSO/ISPF :: RE: WSA 1.0 -507
Author: prino Posted: Tue Mar 14, 2017 3:43 pm (GMT 5.5) Rick, The presentation you mentioned on that other forum talks about versions 508 and 509... Anyway, I've got 507, just rename the .hex into...
View ArticleCA Products :: RE: Copying Panvalet members to PDS
Author: Nic Clouston Posted: Tue Mar 14, 2017 3:47 pm (GMT 5.5) Here is some skeleton JCL to give you an idea...Code://jobname JOB jobcard details... //STEP EXEC PGM= your program to do the conversion...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: Willy Jensen Posted: Tue Mar 14, 2017 4:39 pm (GMT 5.5) Not JOBDEF, but OUTCLASS .. OUTDISP(PURGE,HOLD) might work. Though you must make sure the job abends for anything but RC=0, as OUTDISP is...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: farhad_evan Posted: Tue Mar 14, 2017 5:13 pm (GMT 5.5)Quote:i think you can use of appropriate JOB CLASS in your job on SDSF you can run this command to find out disposition of job's out...
View ArticleCICS :: loading a Modified Mapset
Author: Susanta Subject: loading a Modified Mapset Posted: Tue Mar 14, 2017 5:43 pm (GMT 5.5) How to load a changed Mapset into CICS Pleas help. Thanks.._________________Regards
View ArticleCICS :: RE: loading a Modified Mapset
Author: Nic Clouston Posted: Tue Mar 14, 2017 5:59 pm (GMT 5.5) Wow! None of your colleagues or CICS admin have done this before? I did this once in my life - without help from anything but the...
View ArticleJCL & VSAM :: Updating a VSAM file with DISP=OLD
Author: sheersh Subject: Updating a VSAM file with DISP=OLD Posted: Tue Mar 14, 2017 6:14 pm (GMT 5.5) I am updating a VSAM file with DISP=OLD via cobol program. same file is used in many jobs as...
View Article