DB2 :: 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 ArticleJCL & VSAM :: RE: Updating a VSAM file with DISP=OLD
Author: daveporcelan Posted: Tue Mar 14, 2017 6:18 pm (GMT 5.5) The answer is....or first my update job will run and then rest of the read jobs? Your Job will enqueue the dataset. Any job after that...
View ArticleDFSORT/ICETOOL :: RE: SORT VSAM file with each field one by one into output file
Author: Pandora-Box Posted: Tue Mar 14, 2017 6:25 pm (GMT 5.5) Can you post what you have tried? Thanks Enrico _________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: vinu78 Subject: Reply to: JCL to Set Return code based on DB2 SQL query result Posted: Tue Mar 14, 2017 6:44 pm (GMT 5.5) Hi All, I did something like this. Wrote 3 steps - Step1 will make use...
View ArticleJCL & VSAM :: RE: Updating a VSAM file with DISP=OLD
Author: steve-myers Posted: Tue Mar 14, 2017 7:12 pm (GMT 5.5) I'm pretty sure Mr. Porcelan's description is correct. I think I have seen this behavior myself. But is there any formal statement this is...
View Article