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 ArticleSYNCSORT :: 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 ArticleCLIST & 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 ArticleSYNCSORT :: 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 ArticleCLIST & 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 ArticleCLIST & 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: 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 ArticleCLIST & 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 ArticleCLIST & 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: 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 ArticleSYNCSORT :: RE: Sort card to replace text using cross reference file
Author: Bill Woodger Subject: Reply to: Sort card to replace text using cross reference file Posted: Thu Sep 22, 2016 6:59 pm (GMT 5.5) If the REFORMAT is variable, the OUTFIL must be variable or have...
View ArticleSYNCSORT :: RE: Sort card to replace text using cross reference file
Author: Rohit Umarjikar Posted: Thu Sep 22, 2016 8:27 pm (GMT 5.5) Susanta, Please take sometime and freeze your need once for all and then do some research by yourself to learn and get things done...
View ArticleIMS DB/DC :: Best IMS DB Unload Utility
Author: jjabez10 Subject: Best IMS DB Unload Utility Posted: Thu Sep 22, 2016 11:15 pm (GMT 5.5) Hi, Did anyone tried different unload utility for IMS DB? I would like to know which one on the market...
View Article