Quantcast
Channel: IBM Mainframe Computers Forums
Browsing all 8500 articles
Browse latest View live
↧

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 Article


DB2 :: 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 Article


DB2 :: 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 Article

DB2 :: 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 Article

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 Article


CLIST & 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 Article

CA 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 Article

DFSORT/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 Article


Image may be NSFW.
Clik here to view.

DFSORT/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 Article


Image may be NSFW.
Clik here to view.

DFSORT/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 Article

DFSORT/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 Article

Image may be NSFW.
Clik here to view.

CA 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 Article

All 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 Article


Image may be NSFW.
Clik here to view.

TSO/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 Article

CA 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 Article


CLIST & 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 Article

CLIST & 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 Article


CICS :: 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 Article

CICS :: 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 Article

JCL & 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
Browsing all 8500 articles
Browse latest View live