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

SYNCSORT :: Sort Card to Remove Duplicate records of delimited InputFile

Author: raj4neo Subject: Sort Card to Remove Duplicate records of delimited InputFile Posted: Wed Jan 25, 2017 4:44 am (GMT 5.5) Hi , Could some one help to identify the Duplicate records in a...

View Article


Image may be NSFW.
Clik here to view.

SYNCSORT :: RE: Sort Card to Remove Duplicate records of delimited InputFile

Author: Rohit Umarjikar Posted: Wed Jan 25, 2017 6:13 am (GMT 5.5) You should be posting this to beginners forum, wait matter of the fact do research on google first to see what solutions you get for...

View Article


SYNCSORT :: RE: Sort Card to Remove Duplicate records of delimited InputFile

Author: raj4neo Subject: Reply to: Sort Card to Remove Duplicate records of delimited InputFile Posted: Wed Jan 25, 2017 6:30 am (GMT 5.5) Thanks_________________G.Rajkumar,

View Article

Mainframe Jobs :: Major Incident Manager is sought for Atos in Apodaca, Mexico

Author: Express Subject: Major Incident Manager is sought for Atos in Apodaca, Mexico Posted: Wed Jan 25, 2017 2:34 pm (GMT 5.5)Company Information Atos is a leader in digital services with annual...

View Article

DB2 :: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: Miguel Fernandez Subject: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0 Posted: Wed Jan 25, 2017 8:24 pm (GMT 5.5)I have tested the program written in PL1-DB2 with the SELECT &...

View Article


DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: Miguel Fernandez Posted: Wed Jan 25, 2017 8:34 pm (GMT 5.5)Code: 1                     REPORTE DE PROYECTOS AFECTADOS AL AUMENTO DE SALARIOS       EMPLEADO             NOMBRE-EMPLEADO...

View Article

DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: Miguel Fernandez Posted: Wed Jan 25, 2017 8:36 pm (GMT 5.5)Code: 1DB2 SQL PRECOMPILER         VERSION 9 REL. 1.0                                                        PAGE 2...

View Article

DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: Miguel Fernandez Posted: Wed Jan 25, 2017 8:37 pm (GMT 5.5)Code:   SELECT EMPNO, FIRSTNME, MIDINIT, LASTNAME, WORKDEPT,                 00021003          PHONENO, HIREDATE, JOB, EDLEVEL, SEX,...

View Article


Image may be NSFW.
Clik here to view.

DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: prino Subject: Re: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0 Posted: Wed Jan 25, 2017 9:45 pm (GMT 5.5)Miguel Fernandez wrote:Is this an error in PL1-DB2 versions that need to be...

View Article


DFSORT/ICETOOL :: Remove junk values in a file and rite only the characters

Author: KP1125 Subject: Remove junk values in a file and rite only the characters Posted: Wed Jan 25, 2017 9:58 pm (GMT 5.5) I executed an query and the output is copied to output file but their are...

View Article

DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: Robert Sample Posted: Wed Jan 25, 2017 9:58 pm (GMT 5.5)Quote:Is this an error in PL1-DB2 versions that need to be repaired or is it a bad programming? You had better hope it is bad...

View Article

DFSORT/ICETOOL :: RE: Remove junk values in a file and rite only the characters

Author: Robert Sample Posted: Wed Jan 25, 2017 10:01 pm (GMT 5.5) There is no such thing as "junk characters" or "junk values" -- period. Each and every character has a valid value in the collating...

View Article

Image may be NSFW.
Clik here to view.

TSO/ISPF :: Design of ISPF panel

Author: prino Subject: Design of ISPF panel Posted: Wed Jan 25, 2017 10:31 pm (GMT 5.5) So I'm slowly releasing some of the REXX execs I wrote over the past 25+ years to all of you (see Prino's z/OS...

View Article


Image may be NSFW.
Clik here to view.

DFSORT/ICETOOL :: RE: Remove junk values in a file and rite only the characters

Author: Rohit Umarjikar Posted: Wed Jan 25, 2017 10:57 pm (GMT 5.5) An old saying " I couldn't repair your brakes, so I made your horn louder". Being said, Correct your bad SQL (I assume query means...

View Article

Image may be NSFW.
Clik here to view.

CICS :: RE: MAX-RC 88 and Return code 606 in DFH0CXCC.

Author: Rohit Umarjikar Posted: Wed Jan 25, 2017 11:22 pm (GMT 5.5) Also, You should talk to the CICS site support to know more on fix and the cause.Code:A VERIFY call to the MVS™ subsystem interface...

View Article


DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: Miguel Fernandez Posted: Thu Jan 26, 2017 1:03 am (GMT 5.5) Warning messages are considered as comments that the precompiler ignores. Many customers installations have programs running in...

View Article

Image may be NSFW.
Clik here to view.

DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0

Author: Rohit Umarjikar Posted: Thu Jan 26, 2017 1:16 am (GMT 5.5)Quote:I am not a perfectionist but it makes me think that I will have to solve my problem with updated versions, to see what happens....

View Article


DB2 :: RE: Access SQLCA fields inside a stored procedure accessing Db2

Author: agkshirsagar Subject: Reply to: Access SQLCA fields inside a stored procedure accessing Db2 Posted: Thu Jan 26, 2017 6:36 am (GMT 5.5)Quote:Currently we are using SELECT COUNT (*). Is there a...

View Article

JCL & VSAM :: Mail via SMTP with an image?

Author: Mike 1304 Subject: Mail via SMTP with an image? Posted: Thu Jan 26, 2017 2:01 pm (GMT 5.5) Today we send mails as html text using ICEGENER //SYSUT2 DD SYSOUT=E,DEST=TCPSMTP. Now I get a new...

View Article

JCL & VSAM :: RE: Mail via SMTP with an image?

Author: Robert Sample Subject: Reply to: Mail via SMTP with an image? Posted: Thu Jan 26, 2017 7:32 pm (GMT 5.5) Look at using MIME with SMTP. It is possible to transfer binary data (such as images)...

View Article
Browsing all 9405 articles
Browse latest View live