Quantcast
Channel: IBM Mainframe Computers Forums
Browsing all 9405 articles
Browse latest View live
↧

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

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

Author: Nic Clouston Posted: Tue Dec 06, 2016 4:06 pm (GMT 5.5) Some other bits: Use LOCATE mode when reading/writing data sets Use the TOTAL option when declaring files Use as many buffers as you can...

View Article


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

Author: Willy Jensen Posted: Tue Dec 06, 2016 4:22 pm (GMT 5.5) Hi steve-myers, yes, I am aware of the standard use for the prompt field. My challenge is that I must pass data to a REXX command run...

View Article

DFSORT/ICETOOL :: Performing arithmetic on input field

Author: zh_lad Subject: Performing arithmetic on input field Posted: Tue Dec 06, 2016 8:04 pm (GMT 5.5) Hi, I like to apply arithmetic to input data.Code:987654321 My Input recordCode:9 (2) + 8 + 7(2)...

View Article

PL/I & Assembler :: I can not compile my program PL1 V3.R7.M0

Author: Miguel Fernandez Subject: I can not compile my program PL1 V3.R7.M0 Posted: Tue Dec 06, 2016 8:30 pm (GMT 5.5) Hi My PLI program V3.R7.M0 do not compile.. Why ? I am following strictly the...

View Article


DFSORT/ICETOOL :: RE: Performing arithmetic on input field

Author: Bill Woodger Subject: Reply to: Performing arithmetic on input field Posted: Tue Dec 06, 2016 8:41 pm (GMT 5.5) I opened a DFSORT Application Programming Guide (I used 2.1) PDF and used the...

View Article


PL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0

Author: Robert Sample Posted: Tue Dec 06, 2016 8:44 pm (GMT 5.5) S028 in the manual is listed as a paging error (among other possibilities). You might try running with a larger region...

View Article

PL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0

Author: Bill Woodger Subject: Reply to: I can not compile my program PL1 V3.R7.M0 Posted: Tue Dec 06, 2016 8:50 pm (GMT 5.5) Here's a description of S028:...

View Article

CICS :: DUMP DATASETS VS TRACE DATASETS!

Author: lind sh Subject: DUMP DATASETS VS TRACE DATASETS! Posted: Tue Dec 06, 2016 11:31 pm (GMT 5.5) Hi friends I 'm confused about the content of the DUMP DATASET and TRACE DATASET. How I can related...

View Article

CICS :: RE: DUMP DATASETS VS TRACE DATASETS!

Author: Robert Sample Subject: Reply to: DUMP DATASETS VS TRACE DATASETS! Posted: Wed Dec 07, 2016 12:48 am (GMT 5.5) Dumps and traces are both used in debugging problems. However, their basic nature...

View Article


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

Author: magesh23586 Subject: Reply to: syncsort: copy lines after the keyword Posted: Wed Dec 07, 2016 2:26 am (GMT 5.5) Is the number of rows for a group is always four as shown in example, If yes...

View Article

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

Author: lind sh Posted: Wed Dec 07, 2016 2:31 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: Wed Dec 07, 2016 2:46 am (GMT 5.5) 1. There is NO limitation on the MOVE statement -- I have used a MOVE on a 10-million byte variable in a batch program before. 2. The...

View Article

CICS :: CICS START AND CANCEL

Author: blayek Subject: CICS START AND CANCEL Posted: Wed Dec 07, 2016 3:27 am (GMT 5.5) Hi, I would really be helpful if you can clear the cloud for START and CANCEL CICS statement. In my work I can...

View Article


CICS :: RE: CICS START AND CANCEL

Author: Robert Sample Posted: Wed Dec 07, 2016 3:41 am (GMT 5.5)Code:EXEC CICS START TRANSID ('AB12') INTERVAL (WS-START-INTERVAL) REQID ('ABCDEF') END-EXEC.This tells CICS to start transaction AB12 at...

View Article

Image may be NSFW.
Clik here to view.

PL/I & Assembler :: RE: I can not compile my program PL1 V3.R7.M0

Author: prino Posted: Wed Dec 07, 2016 4:45 am (GMT 5.5) Enterprise PL/I, especially when you're compiling large programs with OPT(3) is very resource hungry. Try compiling with REGION=0M. And next...

View Article

CICS :: RE: DUMP DATASETS VS TRACE DATASETS!

Author: lind sh Posted: Wed Dec 07, 2016 11:06 am (GMT 5.5) I read this in one of the CICS manuals, and don't understand the distinction:Quote:Formatting and interpreting trace entries The internal...

View Article
Browsing all 9405 articles
Browse latest View live