SYNCSORT :: SYNCSORT SEQNUM and FI fields.
Author: nartcr Subject: SYNCSORT SEQNUM and FI fields. Posted: Sat Jan 21, 2017 4:02 am (GMT 5.5) I have the following table layout from DSNTIAUL:Code:LOAD DATA LOG NO INDDN SYSREC00 INTO TABLE...
View ArticleSYNCSORT :: RE: SYNCSORT SEQNUM and FI fields.
Author: Bill Woodger Subject: Reply to: SYNCSORT SEQNUM and FI fields. Posted: Sat Jan 21, 2017 6:05 am (GMT 5.5) What do you mean by "apparently, this code wouldn't work"? Do you have more than a...
View ArticleSYNCSORT :: RE: SYNCSORT SEQNUM and FI fields.
Author: nartcr Subject: Re: Reply to: SYNCSORT SEQNUM and FI fields. Posted: Sat Jan 21, 2017 6:08 am (GMT 5.5)Bill Woodger wrote:What do you mean by "apparently, this code wouldn't work"? Do you have...
View ArticleSYNCSORT :: RE: SYNCSORT SEQNUM and FI fields.
Author: Bill Woodger Subject: Reply to: SYNCSORT SEQNUM and FI fields. Posted: Sat Jan 21, 2017 7:27 am (GMT 5.5) If you needed to "convert" it could be done with another simple WHEN=INIT in the...
View ArticleSYNCSORT :: RE: SYNCSORT SEQNUM and FI fields.
Author: nartcr Subject: Re: Reply to: SYNCSORT SEQNUM and FI fields. Posted: Sat Jan 21, 2017 7:49 am (GMT 5.5)Bill Woodger wrote:If you needed to "convert" it could be done with another simple...
View ArticleSYNCSORT :: RE: SYNCSORT SEQNUM and FI fields.
Author: Bill Woodger Subject: Reply to: SYNCSORT SEQNUM and FI fields. Posted: Sat Jan 21, 2017 12:58 pm (GMT 5.5) FI is signed. -32,768 to +32,767. BI is unsigned. 0-65,535. If you don't have negative...
View ArticleAll Other Mainframe Topics :: resume binary ftp in z/os
Author: meykh2014 Subject: resume binary ftp in z/os Posted: Sun Jan 22, 2017 10:01 am (GMT 5.5) hi, I've a z/OS client for put a large binary file to the ftp server in other side with mvs batch job....
View ArticleAll Other Mainframe Topics :: RE: CICS transaction slow response time
Author: meykh2014 Posted: Sun Jan 22, 2017 10:11 am (GMT 5.5) did you try CEDX for trace transaction running flow?
View ArticleAll Other Mainframe Topics :: RE: resume binary ftp in z/os
Author: Robert Sample Posted: Sun Jan 22, 2017 4:07 pm (GMT 5.5) Have you read the IP User's Guide manual in the Communications Server bookshelf for the requirements to use RESTART? If not, I highly...
View ArticleAll Other Mainframe Topics :: RE: resume binary ftp in z/os
Author: meykh2014 Posted: Sun Jan 22, 2017 5:17 pm (GMT 5.5)Robert Sample wrote:Have you read the IP User's Guide manual in the Communications Server bookshelf for the requirements to use RESTART? If...
View ArticleCICS :: CICS to Webservices
Author: safexc Subject: CICS to Webservices Posted: Sun Jan 22, 2017 5:49 pm (GMT 5.5) Hi All, I got my webservice deployed on a tomcat server in my local machine. How can I invoke that service from...
View ArticleAll Other Mainframe Topics :: RE: resume binary ftp in z/os
Author: Robert Sample Posted: Sun Jan 22, 2017 6:52 pm (GMT 5.5) Are both sides of the connection using EBCDIC? If so, use the TYPE E FTP subcommand to meet the requirement of the EZA2501W error...
View ArticleCICS :: RE: CICS to Webservices
Author: Robert Sample Posted: Sun Jan 22, 2017 6:55 pm (GMT 5.5) Have you read the IBM Redbook Implementing CICS Web Services? If not, start reading it. If so, then use the examples in the Redbook to...
View ArticleDFSORT/ICETOOL :: Sorting group data
Author: rajella Subject: Sorting only specific records from the flat file Posted: Sun Jan 22, 2017 10:46 pm (GMT 5.5) Hi, Can someone help me in this or give me some useful hint to do this please. I am...
View ArticleDFSORT/ICETOOL :: RE: Sorting group data
Author: Pandora-Box Posted: Sun Jan 22, 2017 11:33 pm (GMT 5.5) Always better to start new topic Please show us what you have tried ? Also what sort product do you use?_________________To understand...
View ArticleDFSORT/ICETOOL :: RE: Sorting group data
Author: rajella Posted: Sun Jan 22, 2017 11:59 pm (GMT 5.5) I know only the following options in sort utility. SORT FIELDS = () SORT FIELDS=COPY INCLUDE COND=() SORT FIELDS=COPY OUTFILE...
View ArticleIMS DB/DC :: Need info with DBRC recovery
Author: ashek15 Subject: Need info with DBRC recovery Posted: Mon Jan 23, 2017 6:43 am (GMT 5.5) Dear All I work as IMS DBA on Production environment. I need to understand how to recover a database...
View ArticleCICS :: RE: Fail to change physical VSAM filename via CEMT SET command
Author: jacobdng Posted: Mon Jan 23, 2017 8:15 am (GMT 5.5) I have presented to my leader the scenario which Rohit Umarjikar suggested. It is very likely that the very CICS VSAM file is defined via...
View ArticleAll Other Mainframe Topics :: RE: resume binary ftp in z/os
Author: meykh2014 Posted: Mon Jan 23, 2017 11:56 am (GMT 5.5)Robert Sample wrote:Are both sides of the connection using EBCDIC? If so, use the TYPE E FTP subcommand to meet the requirement of the...
View ArticleDFSORT/ICETOOL :: RE: Sorting group data
Author: Bill Woodger Subject: Reply to: Sorting group data Posted: Mon Jan 23, 2017 2:46 pm (GMT 5.5) You will need to use INREC with IFTHEN=(WHEN=GROUP with BEGIN=(logicalexpression), RECORDS=2,...
View Article