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

CLIST & REXX :: RE: Need Rexx Program to Load in to DB2 Table

Author: Kerry Ropar Posted: Thu Sep 22, 2016 7:37 am (GMT 5.5)Rohit Umarjikar wrote:Hahaha, Well get done .. Hope he/she don't repeat the same post here again. Or may be he can share this information...

View Article


CICS :: RE: hot to get details when "EXEC CICS HANDLE ABEND" is used

Author: Kerry Ropar Posted: Thu Sep 22, 2016 8:19 am (GMT 5.5) EIBFN will help you determine the last CICS command executed. EIBRCODE will give you the CICS response code after the last CICS command...

View Article


CICS :: RE: hot to get details when "EXEC CICS HANDLE ABEND" is used

Author: Kerry Ropar Posted: Thu Sep 22, 2016 8:38 am (GMT 5.5)Rohit Umarjikar wrote:HANDLE COND is used for standard program error checks provided by CICS , moreover it needs additional precaution of...

View Article

IBM Tools :: RE: Not enough virtual memory is available to continue

Author: Vinay Pushpala Subject: Reply to: Not enough virtual memory is available to continue Posted: Thu Sep 22, 2016 11:14 am (GMT 5.5) Guys, The size that you see on the screen is 4096. Im not...

View Article

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Susanta Posted: Thu Sep 22, 2016 11:42 am (GMT 5.5) Thnaks All for the suggestions, i corrected the F2only to F1ONLY. Also i have used SEQnum to solve ordering issue.kept 10 byte for seqnum....

View Article


CLIST & REXX :: Allocate dataset withour BLKSIZE

Author: Susanta Subject: Allocate dataset withour BLKSIZE Posted: Thu Sep 22, 2016 11:51 am (GMT 5.5) Hi I need to allocate a file within rexx code, Need to if i can ommit the block size filed, what...

View Article

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Abid Hasan Posted: Thu Sep 22, 2016 12:15 pm (GMT 5.5) Hello,Susanta wrote: .. i need the final o/p to be similar to file F1 in structure , i mean LRECL as 90 . But it fails when i put lrecl as...

View Article

CLIST & REXX :: RE: Allocate dataset withour BLKSIZE

Author: Abid Hasan Subject: Reply to: Allocate dataset withour BLKSIZE Posted: Thu Sep 22, 2016 12:33 pm (GMT 5.5) Hello, But you do not have 'BLKSZ' specified in the snippet shown. Nevertheless, REXX...

View Article


CLIST & REXX :: RE: DIalog under CMS (z/VM)

Author: Willy Jensen Posted: Thu Sep 22, 2016 1:11 pm (GMT 5.5) Look up something called xmenu. Never tried myself, but I know people who has._________________WJ

View Article


SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Susanta Posted: Thu Sep 22, 2016 1:26 pm (GMT 5.5) Hi This is the final card that working for me..Code:JOINKEYS FILE=F1,FIELDS=(11,14,CH,A)              JOINKEYS FILE=F2,FIELDS=(2,14,CH,A)...

View Article

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Abid Hasan Posted: Thu Sep 22, 2016 1:54 pm (GMT 5.5) Hello, To start with, your BUILD statements are inconsistent in terms of length. First points to 90, second - 10+14+64 = 88. Look at the...

View Article

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Susanta Posted: Thu Sep 22, 2016 2:12 pm (GMT 5.5) Hi ... ran job ... still same issueCode:JOINKEYS FILE=F1,FIELDS=(11,14,CH,A)                               JOINKEYS FILE=F2,FIELDS=(2,14,CH,A)...

View Article

Image may be NSFW.
Clik here to view.

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Abid Hasan Posted: Thu Sep 22, 2016 2:32 pm (GMT 5.5) And the JCL, please?! Edit: Aah, the things *SORT does Refer this link, it has precisely what you need:...

View Article


Image may be NSFW.
Clik here to view.

CLIST & REXX :: RE: DIalog under CMS (z/VM)

Author: enrico-sorichetti Subject: Reply to: DIalog under CMS (z/VM) Posted: Thu Sep 22, 2016 3:29 pm (GMT 5.5)Quote:Look up something called xmenu. XMENU is a product from CA, and is not ( IIRC )...

View Article

CLIST & REXX :: RE: Allocate dataset withour BLKSIZE

Author: steve-myers Posted: Thu Sep 22, 2016 4:12 pm (GMT 5.5) When you allocate a data set as you did here specifying DSORG(PS), using space unit as CYLINDER or TRACK and specifying the RECFM and...

View Article


SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Nic Clouston Posted: Thu Sep 22, 2016 5:05 pm (GMT 5.5) Show us the JCL for DDname F1ONLY._________________Regards Nic

View Article

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Arun Raj Posted: Thu Sep 22, 2016 5:25 pm (GMT 5.5) Susanta - You might want to use IFOUTLEN to limit the output record length like this.Code:OUTFIL FNAMES=F1ONLY,IFOUTLEN=90,...

View Article


SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Susanta Posted: Thu Sep 22, 2016 5:29 pm (GMT 5.5) HI.. i have another need where f1 file is of VB format. and F2 is still of FB format. what changes required for the bewlo card for this...

View Article

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Abid Hasan Posted: Thu Sep 22, 2016 5:42 pm (GMT 5.5) Hello NicC, the problem will keep coming unless the length is handled explicitly as tested by Pandora/Mr. Woodgar in the earlier tagged...

View Article

SYNCSORT :: RE: Sort card to replace text using cross reference file

Author: Arun Raj Posted: Thu Sep 22, 2016 5:46 pm (GMT 5.5) Are all other issues solved now? If VB is the only thing troubling you, you should be able to figure it out yourself. There are plenty of...

View Article
Browsing all 9405 articles
Browse latest View live