PL/I & Assembler :: RE: Another RFE
Author: prino Subject: Re: Another RFE Posted: Thu Feb 23, 2017 2:59 am (GMT 5.5)prino wrote:To vote for (or not), or to comment on:Add FASTALLOC builtin for allocation in AREA You can still vote, but...
View ArticlePL/I & Assembler :: RE: Another RFE
Author: prino Subject: Re: Another RFE Posted: Thu Feb 23, 2017 2:59 am (GMT 5.5)prino wrote:To vote for (or not), or to comment on:Add FASTALLOC builtin for allocation in AREA You can still vote, but...
View ArticleDFSORT/ICETOOL :: RE: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec
Author: Sysaron Posted: Thu Feb 23, 2017 4:25 am (GMT 5.5) Thanks, but I have been searching the IBM Knowledge Center for almost 4 hours now looking for similar examples to what you have explained. I...
View ArticleDFSORT/ICETOOL :: RE: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec
Author: Sysaron Posted: Thu Feb 23, 2017 4:45 am (GMT 5.5) I tried this, but the output file is only 40 bytes, not 80 and the 2nd line still wont write.Code:SORT FIELDS=COPY OUTFIL...
View ArticleDFSORT/ICETOOL :: RE: To Merge mutliple records into a single record
Author: anandgbe Posted: Thu Feb 23, 2017 9:20 am (GMT 5.5)Quote: How do you decide where the "blank" column is in your example If the A2 is unavailable for DATE1, then 2nd value should be empty(i.e. ;...
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: CuriousMainframer Subject: Reply to: SQL query not working in Cobol program. Posted: Thu Feb 23, 2017 11:33 am (GMT 5.5) both running against the same environment.
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: RahulG31 Subject: Reply to: SQL query not working in Cobol program. Posted: Thu Feb 23, 2017 11:58 am (GMT 5.5) Okay. 2 things here: 1. Does your COBOL program abends at sqlcode = 100 ? 2. Is...
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: CuriousMainframer Posted: Thu Feb 23, 2017 12:52 pm (GMT 5.5) Hi RahulG131 , Good point here , but cobol program is not deleting the record . also the strange part is that the query works fine...
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: Nic Clouston Posted: Thu Feb 23, 2017 2:47 pm (GMT 5.5) How is doc_update_ts defined in working storage and in the table?_________________Regards Nic
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: CuriousMainframer Posted: Thu Feb 23, 2017 3:16 pm (GMT 5.5) In the table doc_update_ts is defined as timestamp . In the program doc_update_ts is defined as x(26) , also tried giving the value...
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: Marso Subject: Reply to: SQL query not working in Cobol program. Posted: Thu Feb 23, 2017 4:09 pm (GMT 5.5) Have you tried different things like:Code:doc_update_ts >...
View ArticleCICS :: how to send just 10 rows in a CICS screen from DB2 table
Author: Megha Gupta Subject: how to send just 10 rows in a CICS screen from DB2 table Posted: Thu Feb 23, 2017 6:57 pm (GMT 5.5) Hi All, I have a CICS-DB2 program. in which i have to select some data...
View ArticleDFSORT/ICETOOL :: RE: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec
Author: Arun Raj Posted: Thu Feb 23, 2017 7:22 pm (GMT 5.5)Bill Woodger wrote:The SYMNAMES data set must contain fixed-length records of 80 bytesSysaron - I think you missed this line in Bill's post...
View ArticleCICS :: RE: how to send just 10 rows in a CICS screen from DB2 table
Author: Robert Sample Subject: Reply to: how to send just 10 rows in a CICS screen from DB2 table Posted: Thu Feb 23, 2017 7:23 pm (GMT 5.5) One way would be through BMS...
View ArticleDFSORT/ICETOOL :: RE: To Merge mutliple records into a single record
Author: Arun Raj Posted: Thu Feb 23, 2017 8:49 pm (GMT 5.5) Should your output look like this, for the given example?Code:Date1 Value1;value2;Value3; ;value4; ; ; ; ; ;.....upto 40 entries Date2...
View ArticleDFSORT/ICETOOL :: RE: Can you write 2 recs on SORTOUT when SORTIN has only 1 rec
Author: Sysaron Posted: Thu Feb 23, 2017 8:58 pm (GMT 5.5) Thank You Arun Raj!! I Really Appreciate this Help I knew the SYMNAMES needed to be 80 bytes, but I had No Clue how to accomplish that, based...
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: RahulG31 Posted: Thu Feb 23, 2017 9:25 pm (GMT 5.5)CuriousMainframer wrote:Hi RahulG131 , Good point here , but cobol program is not deleting the record . also the strange part is that the...
View ArticleCOBOL Programming :: RE: SQL query not working in Cobol program.
Author: Arun Raj Subject: Re: Reply to: SQL query not working in Cobol program. Posted: Thu Feb 23, 2017 10:19 pm (GMT 5.5)Marso wrote:Have you tried different things like:Code:doc_update_ts >...
View ArticleJCL & VSAM :: RE: Mail via SMTP with an image?
Author: Mike 1304 Posted: Fri Feb 24, 2017 12:10 pm (GMT 5.5) Sorry for the late response caused by holidays.. It works fine! I did the encoding with:Code: //STEP0090 EXEC PGM=USIBAS64...
View ArticleDFSORT/ICETOOL :: RE: Replacing same string with different values
Author: vickey_dw Posted: Fri Feb 24, 2017 11:49 pm (GMT 5.5) Thank You Bill !!!
View Article