DFSORT/ICETOOL :: RE: sort with previous record
Author: RahulG31 Subject: Reply to: sort with previous record Posted: Thu Oct 06, 2016 11:30 pm (GMT 5.5) @anatol: You're welcome! @Arun Raj: I was trying to remember 'EQUALS' to preserve order, but I...
View ArticleDFSORT/ICETOOL :: RE: sort with previous record
Author: Arun Raj Posted: Thu Oct 06, 2016 11:37 pm (GMT 5.5) Rahul - You're welcome!_________________Arun...
View ArticleDFSORT/ICETOOL :: RE: sort with previous record
Author: Bill Woodger Subject: Reply to: sort with previous record Posted: Thu Oct 06, 2016 11:48 pm (GMT 5.5) When you have an IFTHEN which simply negates the condition of the single IFTHEN before it,...
View ArticleCOBOL Programming :: RE: COBOL 5 Compile
Author: Bill Woodger Subject: Reply to: COBOL 5 Compile Posted: Thu Oct 06, 2016 11:53 pm (GMT 5.5) With Enterprise COBOL V5+ Base Locators are no longer used for WORKING-STORAGE. Have a look at the...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: prino Posted: Fri Oct 07, 2016 12:18 am (GMT 5.5)daveporcelan wrote:Please lock this and put all of us out of several miseries. +42_________________Robert AH Prins robert.ah.prins @...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: Nic Clouston Posted: Fri Oct 07, 2016 1:49 am (GMT 5.5) Not bad going: . joined today . received a warning . started 2 topics . both locked_________________Regards Nic
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: rajatbagga Posted: Fri Oct 07, 2016 11:11 am (GMT 5.5) Hello Rohit, thanks, I tried this already but the output in this case will be :-Code:...
View ArticleCOBOL Programming :: RE: Cobol EZASOKET call to SETSOCKOPT fails
Author: Andi1982 Posted: Fri Oct 07, 2016 11:17 am (GMT 5.5) I also tried with OPTVAL PIC9(8) or course. I think i tried nearly all declarations of OPTVAL. I did this delaration above because it was...
View ArticleCOBOL Programming :: RE: Cobol EZASOKET call to SETSOCKOPT fails
Author: Bill Woodger Subject: Reply to: Cobol EZASOKET call to SETSOCKOPT fails Posted: Fri Oct 07, 2016 12:46 pm (GMT 5.5) The TIMEVAL structure is used by an entirely different function. You need to...
View ArticleCOBOL Programming :: RE: Cobol EZASOKET call to SETSOCKOPT fails
Author: Andi1982 Posted: Fri Oct 07, 2016 1:03 pm (GMT 5.5) Yes you are right, I also played around with signed and unsigned. I am using EZA-S and some of the other fields also for the other EZASOKET...
View ArticleCOBOL Programming :: RE: Cobol EZASOKET call to SETSOCKOPT fails
Author: Bill Woodger Subject: Reply to: Cobol EZASOKET call to SETSOCKOPT fails Posted: Fri Oct 07, 2016 1:53 pm (GMT 5.5) IBM z/VSE, z/VSE TCP/IP Support, Version 5 Release 1
View ArticleDB2 :: RE: DB2 SQL help/idea/suggestion
Author: Pandora-Box Posted: Fri Oct 07, 2016 2:14 pm (GMT 5.5) bshkris, Your query pretty unclear.. Please clarify queries by Rahul.. Your output does not make sense to me atleast.._________________To...
View ArticleJCL & VSAM :: Find out a active PGM
Author: jpsager Subject: Find out a active PGM Posted: Fri Oct 07, 2016 4:32 pm (GMT 5.5) Hi @all I work with a z/VM and VSE. Now I want check e.g. that CICS is running in Region C1. How I can due...
View ArticleJCL & VSAM :: RE: Find out a active PGM
Author: Bill Woodger Subject: Reply to: Find out a active PGM Posted: Fri Oct 07, 2016 4:36 pm (GMT 5.5) Two VSE people at once. Is VSE making a comeback? How do you want to use the information, and do...
View ArticleJCL & VSAM :: RE: Find out a active PGM
Author: jpsager Posted: Fri Oct 07, 2016 4:48 pm (GMT 5.5) I have access to Power. I will with this job check that all "STC's (z/OS)" will running. This Job should run maybe every 15 Min. Is a Task not...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: Robert Sample Posted: Fri Oct 07, 2016 5:15 pm (GMT 5.5) I hope you do realize that the expected output you want is not possible, at least not in the way you want it to be. The font for the...
View ArticleJCL & VSAM :: RE: Find out a active PGM
Author: Bill Woodger Subject: Reply to: Find out a active PGM Posted: Fri Oct 07, 2016 5:34 pm (GMT 5.5) Now that seems to be a completely different question. You have z/VSE and z/OS running under z.VM...
View ArticleDB2 :: RE: DB2 SQL help/idea/suggestion
Author: GuyC Posted: Fri Oct 07, 2016 7:45 pm (GMT 5.5)Code:select O_ID , 'BCCR59', sum(msr_val_1_qt), sum(msr_val_2_qt) from mytable where msr_typ_cd in ('BCCR19','BCCR20','BCCR21') group by...
View ArticleCOBOL Programming :: RE: COBOL 5 Compile
Author: oerdgie Posted: Fri Oct 07, 2016 9:00 pm (GMT 5.5) Thanks, I will look at Programming Guide
View ArticleDFSORT/ICETOOL :: Moving a PD to PD
Author: spoorni Subject: Moving a PD to PD Posted: Fri Oct 07, 2016 9:52 pm (GMT 5.5) I am trying to move a field which is of PD and length 6 bytes to a field which is also a PD and a length of 9...
View Article