SYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 12:33 am (GMT 5.5)Quote:And still you don't know how to do it? Wow, this is inspiring. I do know how to do it, but this one is different, I only...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: RahulG31 Subject: Reply to: Check if any Detail records and extract count from Trailer Posted: Tue May 09, 2017 12:47 am (GMT 5.5)Quote:I said to pull the count from the trailer. This is even...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 12:57 am (GMT 5.5)Code: INCLUDE COND=(1,2,ZD,EQ,02) 1. This one includes only detail records, how would you bring the count if you don't even...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: RahulG31 Subject: Reply to: Check if any Detail records and extract count from Trailer Posted: Tue May 09, 2017 1:06 am (GMT 5.5) So, ultimately you want me to do the job for you which I nearly...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 1:15 am (GMT 5.5) I didn't say you do the whole job for me, I was missing something in my original card. If you just see my control card, I have the...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: Rohit Umarjikar Posted: Tue May 09, 2017 1:21 am (GMT 5.5) Did you even look at the link shared to you? What is missing there that you don't understand?_________________Regards, Rohit...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 1:22 am (GMT 5.5) I would look again Rohit, let me read thru. Thank you_________________Cheers, Amar -People asking for suggestions are no less than...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 2:00 am (GMT 5.5) I've leveraged the missing piece Rahul provided with OUT2 and hooked it into my card and added ACCEPT parm to just copy one...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: RahulG31 Subject: Reply to: Check if any Detail records and extract count from Trailer Posted: Tue May 09, 2017 2:01 am (GMT 5.5) V S Amarendra Reddy,Quote:but the thing is it will try to copy...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 2:07 am (GMT 5.5) Rahul, Yeah, I think we did pretty much same thing with your idea with just change in ACCEPT or START REC/END REC. I just posted...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: Arun Raj Posted: Tue May 09, 2017 2:10 am (GMT 5.5) Amar, If you are just trying to validate the trailer count AND to check if you have '02' records in it, you could do something like this and...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: V S Amarendra Reddy Posted: Tue May 09, 2017 2:39 am (GMT 5.5) Beautiful, Arun . Yeah that is another way look at the requirement. Always, the count must be the same as the Trailer and that...
View ArticleSYNCSORT :: RE: Check if any Detail records and extract count from Trailer
Author: Arun Raj Posted: Tue May 09, 2017 2:45 am (GMT 5.5) You're welcome. Glad it helped. _________________Arun...
View ArticlePL/I & Assembler :: Dump analysis of an assembler module
Author: monica1 Subject: Dump analysis of an assembler module Posted: Tue May 09, 2017 10:05 am (GMT 5.5) Hi, I am trying to find the line of code which caused the abend(S0CF) in an assembler module....
View ArticleCLIST & REXX :: Translating Quotes
Author: Khadhar Basha Subject: Translating Quotes Posted: Tue May 09, 2017 11:52 am (GMT 5.5) Hi, I am trying below code Code: CALL_STMT = "CALL 'MODULE1' USING " CALL_STMT1 = "CALL "MODULE2" USING "...
View ArticleCLIST & REXX :: RE: Translating Quotes
Author: prino Posted: Tue May 09, 2017 12:49 pm (GMT 5.5) How about a RTFM? translate \= upper_________________Robert AH Prins robert.ah.prins @ the.17+Gb.Google thingyAt last, a tiny bit of...
View ArticleCLIST & REXX :: RE: Translating Quotes
Author: Khadhar Basha Posted: Tue May 09, 2017 12:57 pm (GMT 5.5) Hi, When I try to hard code values as mentioned above, it not working for "" Var1 = "CALL "MODULE2" USING" here it interprets "CALL "...
View ArticlePL/I & Assembler :: RE: Dump analysis of an assembler module
Author: dbzTHEdinosauer Posted: Tue May 09, 2017 1:28 pm (GMT 5.5)Quote:I tried subtracting the EPA from PSW (2AF1C78 - 2AEFA7A) as suggested in many places in google but it is giving me a negative...
View ArticleCLIST & REXX :: RE: Translating Quotes
Author: prino Posted: Tue May 09, 2017 2:34 pm (GMT 5.5) Maybe you should go to the Beginners Forum, as you're very obviously way too clueless to be posting on a forum for...
View ArticlePL/I & Assembler :: RE: Dump analysis of an assembler module
Author: Willy Jensen Posted: Tue May 09, 2017 2:50 pm (GMT 5.5) 2AF1C78 - 2AEFA7A = 21FE according to my calculator. What were you using for the calculation?_________________WJ
View Article