DB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: enrico-sorichetti Subject: Reply to: JCL to Set Return code based on DB2 SQL query result Posted: Thu Mar 16, 2017 1:27 pm (GMT 5.5)Quote:Perhaps IBM uses that convention to allow the user...
View ArticleABENDS & Debugging :: RE: Problem reading GTF trace output
Author: Willy Jensen Posted: Thu Mar 16, 2017 2:30 pm (GMT 5.5) Maybe if you showed us your job. This link might help:...
View ArticleABENDS & Debugging :: RE: Problem reading GTF trace output
Author: danik56 Posted: Thu Mar 16, 2017 3:53 pm (GMT 5.5)Willy Jensen wrote:Maybe if you showed us your job. This link might help:...
View ArticleDB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: Nic Clouston Posted: Thu Mar 16, 2017 4:37 pm (GMT 5.5) Vinu The message re TOOLMSG not detected was probably due to the TOOLMSG DD statement being missing but you did not show your JCL and...
View ArticleABENDS & Debugging :: RE: Problem reading GTF trace output
Author: Robert Sample Subject: Reply to: Problem reading GTF trace output Posted: Thu Mar 16, 2017 5:01 pm (GMT 5.5) In order for IPCS to do anything with the data set, it MUST be defined as...
View ArticleABENDS & Debugging :: RE: Problem reading GTF trace output
Author: danik56 Posted: Thu Mar 16, 2017 5:39 pm (GMT 5.5) I need to figure out why GTF allocates the file as VB although the DCB in JCL say RECFM=FB.
View ArticlePC Guides & IT News :: RE: Innovations in Your Mainframe Sort
Author: Abid Hasan Posted: Thu Mar 16, 2017 6:28 pm (GMT 5.5) Hello Arun, It'd be great if you can share the recorded version's link (if you're aware that it is uploaded), or we can wait for Alissa to...
View ArticleABENDS & Debugging :: RE: Problem reading GTF trace output
Author: Robert Sample Posted: Thu Mar 16, 2017 6:30 pm (GMT 5.5)Quote:I need to figure out why GTF allocates the file as VB although the DCB in JCL say RECFM=FB.I'd look at your ACS routines...
View ArticleDFSORT/ICETOOL :: Append data from two files into a single row
Author: Praveen04 Subject: Append data from two files into a single row Posted: Thu Mar 16, 2017 7:29 pm (GMT 5.5) Hi, I have a File 1 and File 2 with one record as count 05 04 respectively and I would...
View ArticleDFSORT/ICETOOL :: RE: Append data from two files into a single row
Author: Pandora-Box Posted: Thu Mar 16, 2017 8:01 pm (GMT 5.5) There are various ways to achieve your need JOINKEYS or WHEN=GROUP with PUSH and RECORDS=2_________________To understand recursion, You...
View ArticleABENDS & Debugging :: RE: Problem reading GTF trace output
Author: steve-myers Posted: Thu Mar 16, 2017 8:13 pm (GMT 5.5)danik56 wrote:I need to figure out why GTF allocates the file as VB although the DCB in JCL say RECFM=FB.My guess is the DCB macro within...
View ArticleABENDS & Debugging :: RE: Problem reading GTF trace output
Author: danik56 Posted: Thu Mar 16, 2017 9:26 pm (GMT 5.5) After issuing the following command in IPCS: DROPD DA('SYS1.TRACE') Followed by: GTFTRACE DSNAME('SYS1.TRACE') USR The trace dataset was read...
View ArticleDFSORT/ICETOOL :: RE: Append data from two files into a single row
Author: sergeyken Posted: Thu Mar 16, 2017 10:39 pm (GMT 5.5) This way to concatenate two strings into single one using two intermediate files - it would work, of course. But the whole task resembles...
View ArticlePC Guides & IT News :: RE: Innovations in Your Mainframe Sort
Author: Arun Raj Posted: Fri Mar 17, 2017 1:31 am (GMT 5.5) Hey Abid - Here you go.._________________Arun...
View ArticleDB2 :: Getting -504 Cursor Name GTT-ARTS-CURSOR is not Declared
Author: Robin Sulsona Subject: Getting -504 Cursor Name GTT-ARTS-CURSOR is not Declared Posted: Fri Mar 17, 2017 1:43 am (GMT 5.5) I have a COBOL program (RSJUNK) that is calling a Stored Procedure...
View ArticlePC Guides & IT News :: RE: Innovations in Your Mainframe Sort
Author: Abid Hasan Posted: Fri Mar 17, 2017 10:28 am (GMT 5.5) Thank you Arun. Cheers! _________________Thanks.
View ArticleDFSORT/ICETOOL :: RE: Append data from two files into a single row
Author: Abid Hasan Posted: Fri Mar 17, 2017 1:10 pm (GMT 5.5) Hello, Adding my two cents worth, this task is really not as simple as it appears, the complexity also depends on what the TS meant by...
View ArticleDFSORT/ICETOOL :: RE: Append data from two files into a single row
Author: Praveen04 Posted: Fri Mar 17, 2017 1:23 pm (GMT 5.5) Hi All, Thank you for all the inputs.Appreciated!! Howe ever I have achieved the above requirement using Join Keys JOINKEYS...
View ArticleDFSORT/ICETOOL :: RE: Append data from two files into a single row
Author: Abid Hasan Posted: Fri Mar 17, 2017 1:39 pm (GMT 5.5) Hello, Imo, bit of an overkill! Aside, the posted SORT card will not work straight off the shelf; there are syntactical errors at multiple...
View ArticleDB2 :: RE: Getting -504 Cursor Name GTT-ARTS-CURSOR is not Declared
Author: Robin Sulsona Subject: Reply to: Getting -504 Cursor Name GTT-ARTS-CURSOR is not Declared Posted: Sat Mar 18, 2017 12:50 am (GMT 5.5) I have found my problem. Stored Procedures are new for me...
View Article