JCL & VSAM :: RE: GDG version number
Author: Akatsukami Posted: Sat Mar 04, 2017 11:06 pm (GMT 5.5) FTR, I've moved this thread to the JCL & VSAM forum, which more appropriate than DB2._________________Data is not information....
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: Bill Woodger Subject: Reply to: DFSORT MUL FIELDS Posted: Sun Mar 05, 2017 2:40 am (GMT 5.5) Is there a machine-instruction anywhere, on any chip, which has an actual decimal-point? Are you...
View ArticleCICS :: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: moezbud Subject: CICS Question RE: Browse, Readnext and Rewrite of ESDS File Posted: Sun Mar 05, 2017 5:45 am (GMT 5.5) I've been going around and around all day with trying to make my CICS...
View ArticleDFSORT/ICETOOL :: RE: Write R1 and R2 to OP1 and R1 to OP2
Author: Arun Raj Posted: Sun Mar 05, 2017 10:11 am (GMT 5.5) Here is one way of achieving it. You can add your INCLUDE in the CTL1 card to extract only R1 and R2 records.Code://STEP01Â Â EXEC...
View ArticleCICS :: RE: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: Robert Sample Subject: Reply to: CICS Question RE: Browse, Readnext and Rewrite of ESDS File Posted: Sun Mar 05, 2017 11:07 am (GMT 5.5) What is the definition of the ESDS data set? I suspect...
View ArticleCICS :: RE: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: moezbud Subject: Reply to: CICS Question RE: Browse, Readnext and Rewrite of ESDS File Posted: Sun Mar 05, 2017 4:30 pm (GMT 5.5) Ugh.... Have you ever stared at something so long that you...
View ArticleCICS :: RE: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: moezbud Posted: Sun Mar 05, 2017 5:08 pm (GMT 5.5) Actually, let me make one follow-up question now that my "mystery" 68 bytes has been resolved. Is there a better way for me to handle this...
View ArticleCICS :: RE: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: Bill Woodger Subject: Reply to: CICS Question RE: Browse, Readnext and Rewrite of ESDS File Posted: Sun Mar 05, 2017 6:00 pm (GMT 5.5) Where do you get your initial RBA? Also, you shouldn't...
View ArticleCICS :: RE: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: moezbud Posted: Sun Mar 05, 2017 6:16 pm (GMT 5.5) Bill, I start to read sequentially at the beginning of the ESDS file (RBA = 0) with a startbr and readnext. After I endbr and rewrite to the...
View ArticleCICS :: RE: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: Bill Woodger Subject: Reply to: CICS Question RE: Browse, Readnext and Rewrite of ESDS File Posted: Mon Mar 06, 2017 2:46 am (GMT 5.5)See here Pay close attention to the description.
View ArticleDFSORT/ICETOOL :: RE: Write R1 and R2 to OP1 and R1 to OP2
Author: bhaskar_kanteti Posted: Mon Mar 06, 2017 6:55 am (GMT 5.5) Hi Arun, Thank you so much. I am getting required output using above jcl. Can you explain me the logic behind this...
View ArticleDFSORT/ICETOOL :: Extract set of records matching on acct number
Author: bhaskar_kanteti Subject: Extract set of records matching on acct number Posted: Mon Mar 06, 2017 7:19 am (GMT 5.5) Hi, I have two input files like given below. I need to extract all R* set of...
View ArticleCA Products :: Copying Panvalet members to PDS
Author: LOGESHWARAN K Subject: Copying Panvalet members to PDS Posted: Mon Mar 06, 2017 10:45 am (GMT 5.5) Hi, I want to copy all the panvalet members to pds. I wrote a JCL but I am facing this...
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Shaheen Shaik Posted: Mon Mar 06, 2017 12:13 pm (GMT 5.5) Yeah it is working Willy.. Thanks Nic, Willy and Akatsukami ... _________________Shanthanu
View ArticleJCL & VSAM :: RE: Writing on to GSAM variable length
Author: rohanthengal Posted: Mon Mar 06, 2017 12:32 pm (GMT 5.5) We updated code as per above thought but its new problem. Its causing last 2bytes getting truncated. Do I need to increase length of...
View ArticleJCL & VSAM :: RE: Writing on to GSAM variable length
Author: Bill Woodger Subject: Reply to: Writing on to GSAM variable length Posted: Mon Mar 06, 2017 2:11 pm (GMT 5.5) Are you doing the write from a COBOL program? You don't need the RDW, in fact you...
View ArticleDFSORT/ICETOOL :: RE: Write R1 and R2 to OP1 and R1 to OP2
Author: Nic Clouston Posted: Mon Mar 06, 2017 3:13 pm (GMT 5.5) It is not the JCL that you require the logic for but the control cards. These are not the same things - try finding the keywords of the...
View ArticleDFSORT/ICETOOL :: RE: Extract set of records matching on acct number
Author: Nic Clouston Posted: Mon Mar 06, 2017 3:16 pm (GMT 5.5) Are your input data sets (they are not files) FB or VB or something else? The solution is different depending on the RECFM. You should...
View ArticleDFSORT/ICETOOL :: RE: Write R1 and R2 to OP1 and R1 to OP2
Author: Bill Woodger Subject: Reply to: Write R1 and R2 to OP1 and R1 to OP2 Posted: Mon Mar 06, 2017 3:44 pm (GMT 5.5) Look at the SELECT operator in the chapter on ICETOOL, and see what that can do....
View ArticleDFSORT/ICETOOL :: RE: Extract set of records matching on acct number
Author: Bill Woodger Subject: Reply to: Extract set of records matching on acct number Posted: Mon Mar 06, 2017 3:46 pm (GMT 5.5) You need a JOINKEYs, but you don't have a key on each record. So you...
View Article