PL/I & Assembler :: RE: what is meaning of the number in dcl
Author: prino Subject: Re: what is meaning of the number in dcl Posted: Thu Mar 09, 2017 3:37 pm (GMT 5.5)Martylin wrote:I've been writing PL/I for a few months, but I still don't know what is meaning...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: prino Subject: Re: REXX cdoe to purge a JOB from spool after successful Run. Posted: Thu Mar 09, 2017 3:42 pm (GMT 5.5)Sulabh Agrawal wrote:I have requirement to check the SPOOL for a given JOB...
View ArticleDB2 :: RE: To display values of multiple rows into singlw row
Author: Nic Clouston Posted: Thu Mar 09, 2017 3:51 pm (GMT 5.5) Someone is sure to ask:What happened to the EF from the third row? Why has PROV_ID changed from 12345 to 111?_________________Regards Nic
View ArticleDB2 :: RE: To display values of multiple rows into singlw row
Author: vinu78 Posted: Thu Mar 09, 2017 4:06 pm (GMT 5.5) Oh thanks Nic for pointing out that. Sorry all. PROV_ID is 12345 only and not 111(sorry, typo mistake) I just want the first 2 row values to be...
View ArticleIMS DB/DC :: IMS DB-How to update a record (a single field value) via JCL
Author: gthmrj Subject: IMS DB-How to update a record (a single field value) via JCL Posted: Thu Mar 09, 2017 4:38 pm (GMT 5.5) I'm trying to update a record in IMS database - a single field value...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: Nic Clouston Posted: Thu Mar 09, 2017 5:19 pm (GMT 5.5) Well, apart from the ??SYSIN DD * and the /* there is no JCL there but control cards for some program but we know not what as you have...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: enrico-sorichetti Subject: Reply to: IMS DB-How to update a record (a single field value) via JCL Posted: Thu Mar 09, 2017 6:32 pm (GMT 5.5) You did not tell anything useful... You simply...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: gthmrj Posted: Thu Mar 09, 2017 6:33 pm (GMT 5.5) Let me post the complete JCL here.. Please have a look Code://RS155PXX JOB (9100),'DLT0 INRT XT',CLASS=W,MSGCLASS=E,       //...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: enrico-sorichetti Subject: Reply to: IMS DB-How to update a record (a single field value) via JCL Posted: Thu Mar 09, 2017 6:40 pm (GMT 5.5) still You did not post enough information Quote: The...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: gthmrj Posted: Thu Mar 09, 2017 6:54 pm (GMT 5.5) JCL runs fine. RC=00. Though I'm not getting the expected results. That is 'AAAAAAA' stays there. I need it to be replaced with...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: enrico-sorichetti Subject: Reply to: IMS DB-How to update a record (a single field value) via JCL Posted: Thu Mar 09, 2017 6:59 pm (GMT 5.5) the manual contains all You need to find out the...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: gthmrj Posted: Thu Mar 09, 2017 7:06 pm (GMT 5.5) Thank you. I'll go through the manual and try._________________Goutham Raj
View ArticleSuggestions & Feedback :: RE: (In)Secure sign-on
Author: mcmillan Posted: Thu Mar 09, 2017 7:42 pm (GMT 5.5) Sure Nic. We will look into it and rectify._________________Ever Loving, McMillanGoogle Certified Analytics Expert...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: Nic Clouston Posted: Thu Mar 09, 2017 8:02 pm (GMT 5.5) If the field that you are trying to change is the key then I am not sure that you can change it. You would need to create a new...
View ArticleSuggestions & Feedback :: RE: (In)Secure sign-on
Author: Nic Clouston Posted: Thu Mar 09, 2017 8:04 pm (GMT 5.5) Thank you. (It would also need to be changed on the beginner's forum.)_________________Regards Nic
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: don.leahy Posted: Thu Mar 09, 2017 8:20 pm (GMT 5.5) I can see a use for a tool like this in a Development environment but NOT in Production! I already have a tool that we use (in Development...
View ArticleCICS :: RE: INVOKE WEBSERVICE error
Author: danik56 Subject: More on this error Posted: Thu Mar 09, 2017 9:04 pm (GMT 5.5) When I run ECLI under CEDF here's the input to the failing command: TRANSACTION: ECLI PROGRAM: DFH0XECC TASK:...
View ArticleCOBOL Programming :: SORT requirement
Author: sjiraga Subject: SORT requirement Posted: Thu Mar 09, 2017 9:11 pm (GMT 5.5) I have two files one is sequential file and another file is PDS(MEMBERS). In the first file account number I am...
View ArticleCOBOL Programming :: RE: SORT requirement
Author: Robert Sample Posted: Thu Mar 09, 2017 9:31 pm (GMT 5.5) Responses on this forum are voluntary and are based upon people's time, interest, and knowledge of the topic. Asking for a response...
View ArticleCOBOL Programming :: RE: SORT requirement
Author: prino Posted: Thu Mar 09, 2017 9:35 pm (GMT 5.5) Holy fluck, is this the quality of IBM employees nowadays, asking on public websites for solutions to trivial problems? I've made a screen-print...
View Article