Quantcast
Browsing all 8500 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

IMS DB/DC :: RE: Can anybody provide a sample PL/1-IMS DB/DC PGM

Author: enrico-sorichetti Subject: Reply to: Can anybody provide a sample PL/1-IMS DB/DC PGM Posted: Mon Dec 05, 2016 4:05 am (GMT 5.5)Quote:Has anyone successfully compiled an IMS MPP with PL/1 (F)?...

View Article


PL/I & Assembler :: PL/I code tuning/Performance improvement

Author: Virendra Shambharkar Subject: PL/I code tuning/Performance improvement Posted: Mon Dec 05, 2016 11:57 am (GMT 5.5) Hi, I am looking for documents or pointers for PL/I code tuning/Performance...

View Article


PL/I & Assembler :: RE: PL/I code tuning/Performance improvement

Author: Bill Woodger Subject: Reply to: PL/I code tuning/Performance improvement Posted: Mon Dec 05, 2016 12:05 pm (GMT 5.5) What's your specific problem, and are you able to "profile" it to know where...

View Article

Image may be NSFW.
Clik here to view.

SYNCSORT :: RE: syncsort: copy lines after the keyword

Author: shreya19 Posted: Mon Dec 05, 2016 12:38 pm (GMT 5.5) Thanks, I got that working Now, if I want to copy a group the begins with 'AB' at 1st position and should end when another 'AB' is found at...

View Article

SYNCSORT :: RE: syncsort: copy lines after the keyword

Author: Bill Woodger Subject: Reply to: syncsort: copy lines after the keyword Posted: Mon Dec 05, 2016 2:31 pm (GMT 5.5) Update a sequence number when it is AB, use KEYBEGIN. If you get stuck, post...

View Article


PL/I & Assembler :: RE: PL/I code tuning/Performance improvement

Author: Nic Clouston Posted: Mon Dec 05, 2016 2:38 pm (GMT 5.5) Use 'ALIGNED' and 'REORDER'. Make the most used code the targt if IF/THEN/ELSE e.g.Code:IF not an abort condition THEN some code ELSE...

View Article

PL/I & Assembler :: RE: PL/I code tuning/Performance improvement

Author: Virendra Shambharkar Subject: Reply to: PL/I code tuning/Performance improvement Posted: Mon Dec 05, 2016 3:10 pm (GMT 5.5) Thanks a lot Nic._________________Virendra Shambharkar

View Article

COBOL Programming :: How to move a long alphanumeric data items to another.

Author: lind sh Subject: How to move a long alphanumeric data items to another. Posted: Mon Dec 05, 2016 7:51 pm (GMT 5.5) Dear friends I want to move an alphanumeric field with the length of 8000 to...

View Article


COBOL Programming :: RE: How to move a long alphanumeric data items to another.

Author: Robert Sample Subject: Reply to: How to move a long alphanumeric data items to another. Posted: Mon Dec 05, 2016 8:02 pm (GMT 5.5) I suspect that you're not getting exactly 8000 bytes in...

View Article


COBOL Programming :: RE: How to move a long alphanumeric data items to another.

Author: Marso Subject: Reply to: How to move a long alphanumeric data items to another. Posted: Mon Dec 05, 2016 8:11 pm (GMT 5.5) Check the calling program: it most certainly did not provide an 8000...

View Article

IMS DB/DC :: RE: Can anybody provide a sample PL/1-IMS DB/DC PGM

Author: johnsjames Posted: Mon Dec 05, 2016 11:56 pm (GMT 5.5) Many thanks for that Enrico, very useful, kindest regards.

View Article

COBOL Programming :: RE: How to move a long alphanumeric data items to another.

Author: Robert Sample Posted: Tue Dec 06, 2016 1:37 am (GMT 5.5)Quote:Is there any thing false here?Looking at your post again, definitely there's falseness! For starters, you did not say if this...

View Article

COBOL Programming :: RE: How to move a long alphanumeric data items to another.

Author: lind sh Posted: Tue Dec 06, 2016 3:23 am (GMT 5.5) Dear Robert There is same problem even if I define R-WS-DIS-UOWT-TABLE in WORKING STORAGE SECTION of this program. So I think this problem is...

View Article


COBOL Programming :: RE: How to move a long alphanumeric data items to another.

Author: Robert Sample Posted: Tue Dec 06, 2016 4:19 am (GMT 5.5) The limits of the compiler are described in Appendix B of the Enterprise COBOL Language Reference manual. The 6.1 version of this manual...

View Article

TSO/ISPF :: Is the 'prompt' data for the DSLIST panel stored anywhere?

Author: Willy Jensen Subject: Is the 'prompt' data for the DSLIST panel stored anywhere? Posted: Tue Dec 06, 2016 4:38 am (GMT 5.5) Or is otherwise retrievable? Looking at the DSLIST memberlist screen...

View Article


TSO/ISPF :: RE: Is the 'prompt' data for the DSLIST panel stored anywhere?

Author: steve-myers Posted: Tue Dec 06, 2016 6:30 am (GMT 5.5) I presume you're talking about this -Code:           Name     Prompt        Alias-of     Size      TTR     AC   AM   RM _________ SMF1415...

View Article

SYNCSORT :: RE: syncsort: copy lines after the keyword

Author: shreya19 Subject: na Posted: Tue Dec 06, 2016 9:36 am (GMT 5.5) I got the below sequence numbers assigned using the codeCode:SORT FIELDS=COPY                            OUTREC...

View Article


Image may be NSFW.
Clik here to view.

COBOL Programming :: RE: How to move a long alphanumeric data items to another.

Author: lind sh Posted: Tue Dec 06, 2016 11:22 am (GMT 5.5) Thanks Robert.

View Article

SYNCSORT :: RE: syncsort: copy lines after the keyword

Author: Bill Woodger Subject: Reply to: syncsort: copy lines after the keyword Posted: Tue Dec 06, 2016 3:36 pm (GMT 5.5) No you can identify the different groups which start with AB, yes?

View Article

SYNCSORT :: RE: syncsort: copy lines after the keyword

Author: shreya19 Posted: Tue Dec 06, 2016 3:57 pm (GMT 5.5) yes, I got the sequence numbers assigned as above. stuck at the next step

View Article
Browsing all 8500 articles
Browse latest View live