TSO/ISPF :: RE: ISPF program to set SCRNAME
Author: prino Posted: Sat Oct 01, 2016 4:10 am (GMT 5.5) The solution came from the ISPF-L list, and in essence it gives an extensible solution to Pedro's Better use of ISPF screen names in SDSF RFE,...
View ArticleDFSORT/ICETOOL :: RE: Get Record count in summary record for each group of...
Author: Rohit Umarjikar Posted: Sun Oct 02, 2016 2:26 am (GMT 5.5)Quote:I could not comprehend how this piece can possibly get to the OPs expected result. let me see when I can have comple...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Bill Woodger Subject: Reply to: SORT - E15 and E35 using same user exit routine Posted: Mon Oct 03, 2016 6:49 pm (GMT 5.5) There's a whole chapter on Exits in the manual. What does that say?
View ArticleCICS :: RE: A sample of exit program for exit XMNOUT.
Author: Robert Sample Posted: Mon Oct 03, 2016 7:09 pm (GMT 5.5)Code: L R13,UEPEPSA RETURN (14,12),RC=UERCNORM So you haven't changed the value of R13 since you started...
View ArticleCICS :: RE: A sample of exit program for exit XMNOUT.
Author: lind sh Posted: Mon Oct 03, 2016 7:38 pm (GMT 5.5) Dear Robert sample I was in wrong in typing the post. The CORRECT sample code is :Code: DFHUEXIT TYPE=EP,ID=(XMNOUT)...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Abhi Nature Posted: Mon Oct 03, 2016 8:03 pm (GMT 5.5) I did not find anything in the manual which specifies the source of call to user exit routine. Is it possible to find the source of call?
View ArticlePL/I & Assembler :: Need Help in understanding what is the language of this code
Author: mainakdalal Subject: Need Help in understanding what is the language of this code Posted: Mon Oct 03, 2016 8:03 pm (GMT 5.5) Hello all, In our site, we came across few batch codes, that are...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: enrico-sorichetti Subject: Reply to: Need Help in understanding what is the language of this code Posted: Mon Oct 03, 2016 8:07 pm (GMT 5.5)Quote:This code is being called from another COBOL...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: Rohit Umarjikar Posted: Mon Oct 03, 2016 8:22 pm (GMT 5.5) They could be Macros- like, Delta Cobol. How about showing us the compile listing?_________________Regards, Rohit Umarjikar"Knowledge...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: enrico-sorichetti Subject: Reply to: SORT - E15 and E35 using same user exit routine Posted: Mon Oct 03, 2016 8:23 pm (GMT 5.5)Quote:I did not find anything in the manual which specifies the...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Rohit Umarjikar Posted: Mon Oct 03, 2016 8:27 pm (GMT 5.5)4.0 Using Your Own User Exit Routines_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Abhi Nature Subject: Re: Reply to: SORT - E15 and E35 using same user exit routine Posted: Mon Oct 03, 2016 8:38 pm (GMT 5.5)enrico-sorichetti wrote:Quote:I did not find anything in the manual...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Rohit Umarjikar Posted: Mon Oct 03, 2016 8:40 pm (GMT 5.5)Quote:I had thought I might be missing something. Thanks anyway YES, The Google Search._________________Regards, Rohit...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: mainakdalal Posted: Mon Oct 03, 2016 8:53 pm (GMT 5.5) Hi Enrico, What I meant is that the Table is coded as a Batch Module. The same is called by another Cobol code using a copybook that reads...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: enrico-sorichetti Subject: Reply to: Need Help in understanding what is the language of this code Posted: Mon Oct 03, 2016 9:37 pm (GMT 5.5) what have Your colleagues/support people to say...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Arun Raj Posted: Mon Oct 03, 2016 10:00 pm (GMT 5.5) Abhi, If the manual does not say much about it, try any of these as mentioned in the manual. They should be able to help you. - Contact your...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: mainakdalal Posted: Mon Oct 03, 2016 10:09 pm (GMT 5.5) they say that the table is Assembler. But I do not agree :-( Also... no one is sure on the 2nd screenshot._________________knowledge...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: Robert Sample Posted: Mon Oct 03, 2016 11:49 pm (GMT 5.5) The table may be using Assembler macros, but it certainly is not Assembler code. And the second screen shot appears to be some sort of...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Bill Woodger Subject: Reply to: SORT - E15 and E35 using same user exit routine Posted: Tue Oct 04, 2016 2:03 am (GMT 5.5) An E15 prepares or provides input for SORT. An E35 processes output...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: Bill Woodger Subject: Reply to: Need Help in understanding what is the language of this code Posted: Tue Oct 04, 2016 2:13 am (GMT 5.5) They both look like some sort of "dictionary" definition....
View Article