CICS :: RE: DUMP DATASETS VS TRACE DATASETS!
Author: Garry Carroll Posted: Wed Dec 07, 2016 2:12 pm (GMT 5.5) The difference is that a CICS System Dump is a dump of the CIC address space whereas a transaction dump is a dump of just the storage...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Miguel Fernandez Posted: Wed Dec 07, 2016 3:02 pm (GMT 5.5) Hi all According to suggestions and recommendations, I have changed by increasing the size of the region from zero to 39M, the result...
View ArticleCICS :: RE: DUMP DATASETS VS TRACE DATASETS!
Author: lind sh Posted: Wed Dec 07, 2016 3:17 pm (GMT 5.5) Thanks alot
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: prino Posted: Wed Dec 07, 2016 3:26 pm (GMT 5.5) Let's guess, actually, let's be sure: You're running this job on a z/OS system under Hercules! Why don't you run with REGION=0M, after all...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Subject: Reply to: Performing arithmetic on input field Posted: Wed Dec 07, 2016 3:27 pm (GMT 5.5) Thanks Bill. I was expecting this reply. I have 2012 version of DFSORT Application...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Wed Dec 07, 2016 3:39 pm (GMT 5.5) fine I tried this.Code://STEP001 EXEC PGM=SORT //SORTIN DD * 123 //SORTOUT DD SYSOUT=*...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Wed Dec 07, 2016 4:03 pm (GMT 5.5) Fine I used EDIT to supress trailing spaces.Code://STEP001 EXEC PGM=SORT //SORTIN DD * 3456...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Nic Clouston Posted: Wed Dec 07, 2016 5:41 pm (GMT 5.5) Hi Prino - I would when testing setup. But maybe I am of unsound mind! Miguel - please use the code tags when posting somegthing from the...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Miguel Fernandez Posted: Wed Dec 07, 2016 5:42 pm (GMT 5.5) Hi Yes, I am with HERCULES ... I did it with REGION = 0 and the result was worse.Code:1 J E S 2 J O B L O G...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Miguel Fernandez Posted: Wed Dec 07, 2016 6:19 pm (GMT 5.5) Hi Nic Clouston I would like to use the BBcode format. Can you tell me which are the tags HTML that you use to leave it as 3270 green...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Miguel Fernandez Posted: Wed Dec 07, 2016 7:18 pm (GMT 5.5)Code:Look at me ... this is a BBcode test ...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Robert Sample Posted: Wed Dec 07, 2016 7:22 pm (GMT 5.5) Have you done an IPL with CLPA specified in your IEASYSxx PARMLIB member? That might resolve your issue._________________TANSTAAFL The...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Garry Carroll Posted: Wed Dec 07, 2016 7:23 pm (GMT 5.5) Miguel, If you look above the area where you're keying. you'll see a "code" button. Click this before pasting your 3270 screenshot and...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Miguel Fernandez Posted: Wed Dec 07, 2016 7:40 pm (GMT 5.5) Definitely My problem is solved with more memory, I have executed the PLICPLG job in another z / OS with PL1 V4.R5.M0 and runs very...
View ArticlePL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0
Author: Miguel Fernandez Posted: Wed Dec 07, 2016 7:57 pm (GMT 5.5) Difference between run with REGION = 39M (Here I lack memory) and REGION = 80MCode: EDIT MIGUEL.JCLS(PLICPLG) - 01.16...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Rohit Umarjikar Posted: Wed Dec 07, 2016 8:31 pm (GMT 5.5)Code:OPTION COPY INREC BUILD=(1,1,ZD,MUL,+1,EDIT(T), 2,1,ZD,MUL,+2,EDIT(IT),...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Bill Woodger Subject: Reply to: Performing arithmetic on input field Posted: Wed Dec 07, 2016 8:38 pm (GMT 5.5) If you don't specify a length (with LENGTH or an explicit EDIT mask) you get a...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Arun Raj Posted: Wed Dec 07, 2016 8:44 pm (GMT 5.5) zh_lad, I would suggest keeping all the intermediate multiplication results in 2 bytes, so you don't have to figure out later which result...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: Bill Woodger Subject: Reply to: Performing arithmetic on input field Posted: Wed Dec 07, 2016 9:26 pm (GMT 5.5) And multiple arithmetic operations can be carried out without having to define...
View ArticleDFSORT/ICETOOL :: RE: Performing arithmetic on input field
Author: zh_lad Posted: Wed Dec 07, 2016 10:06 pm (GMT 5.5) Thanks Rohit, it worked.Rohit Umarjikar wrote:Code:OPTION COPY INREC BUILD=(1,1,ZD,MUL,+1,EDIT(T),...
View Article