CLIST & REXX :: RE: Strange EXEC function call in z/VM
Author: enrico-sorichetti Subject: Reply to: Strange EXEC function call in z/VM Posted: Wed Oct 05, 2016 2:19 pm (GMT 5.5)Code:st1 = "/EXEC ABC "||fn ft fm ||"(/" is just a plain REXX assignment...
View ArticleCLIST & REXX :: RE: Strange EXEC function call in z/VM
Author: Willy Jensen Posted: Wed Oct 05, 2016 2:50 pm (GMT 5.5) That's embarrassing - of course it is. But now I see what's going on, thanks_________________WJ
View ArticleTSO/ISPF :: DSList (3.4) cannot display Chinese character
Author: jacobdng Subject: DSList (3.4) cannot display Chinese character Posted: Wed Oct 05, 2016 2:51 pm (GMT 5.5) Can anyone care to shed light on why my DSlist cannot display Chinese characters any...
View ArticleJCL & VSAM :: RE: VSAM define for large file
Author: Robert Sample Posted: Wed Oct 05, 2016 3:22 pm (GMT 5.5) The CISIZE for the INDEX should be large enough to hold pointers to all the DATA component CI in the CA -- anything larger is not going...
View ArticleCOBOL Programming :: RE: Job to wait and continue based on reply
Author: Robert Sample Posted: Wed Oct 05, 2016 3:27 pm (GMT 5.5) This is a spectacularly BAD DESIGN. You need to come up with a method that does not require console replies -- the operators may have...
View ArticleCOBOL Programming :: RE: Job to wait and continue based on reply
Author: Bill Woodger Subject: Reply to: Job to wait and continue based on reply Posted: Wed Oct 05, 2016 3:35 pm (GMT 5.5) You also can't have jobs sitting in intiators waiting for someting else to...
View ArticleTSO/ISPF :: RE: DSList (3.4) cannot display Chinese character
Author: jacobdng Posted: Wed Oct 05, 2016 3:56 pm (GMT 5.5) Supplement Info of my situation: I can view COBOL symbol with Chinese characters using "View Entry Panel", which is the option 1 in ISPF...
View ArticleTSO/ISPF :: RE: DSList (3.4) cannot display Chinese character
Author: Garry Carroll Posted: Wed Oct 05, 2016 7:02 pm (GMT 5.5)Quote:Our support people will be my last resort if I cannot get help from this forum. Your support people should be your first port of...
View ArticleCOBOL Programming :: RE: Job to wait and continue based on reply
Author: yugendran Posted: Wed Oct 05, 2016 7:26 pm (GMT 5.5) Thanks for your replies.. This is a application which coordinates the batch jobs execution based on the resources available. It is developed...
View ArticleCOBOL Programming :: RE: Job to wait and continue based on reply
Author: Rohit Umarjikar Posted: Wed Oct 05, 2016 10:24 pm (GMT 5.5) Talk to Scheduling team, They will tell you more ways to achieve this and se t dependencies as you want , not advised to do it...
View ArticleDFSORT/ICETOOL :: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Subject: ICETOOL/SYNCSORT - SYSPRINT output Posted: Wed Oct 05, 2016 10:46 pm (GMT 5.5) I have an input file with length 133. Basically output from SPUFI. I have a specific requirement...
View ArticleCOBOL Programming :: RE: Job to wait and continue based on reply
Author: enrico-sorichetti Posted: Wed Oct 05, 2016 10:49 pm (GMT 5.5) topic locked... unfortunately it falls into the ...[IN]famous category of topics not eligible for discussion ( How to design your...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: Rohit Umarjikar Posted: Wed Oct 05, 2016 10:58 pm (GMT 5.5) I would rather do simple unload (with any utility you have at site) and then build a SORT Card which does add the Header and the...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Posted: Wed Oct 05, 2016 11:11 pm (GMT 5.5)Rohit Umarjikar wrote:I would rather do simple unload (with any utility you have at site) and then build a SORT Card which does add the Header...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: Akatsukami Posted: Thu Oct 06, 2016 12:08 am (GMT 5.5)nartcr wrote:Rohit Umarjikar wrote:I would rather do simple unload (with any utility you have at site) and then build a SORT Card which...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: Rohit Umarjikar Posted: Thu Oct 06, 2016 12:20 am (GMT 5.5) Talk to your site support to see if you can modify the source code "SDSNSAMP(DSNTEP2)" to fit to what you want. What limitations are...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: nartcr Posted: Thu Oct 06, 2016 12:20 am (GMT 5.5)Akatsukami wrote:nartcr wrote:Rohit Umarjikar wrote:I would rather do simple unload (with any utility you have at site) and then build a SORT...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: Akatsukami Posted: Thu Oct 06, 2016 12:53 am (GMT 5.5)nartcr wrote:Akatsukami wrote:nartcr wrote:Rohit Umarjikar wrote:I would rather do simple unload (with any utility you have at site) and...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: Bill Woodger Subject: Reply to: ICETOOL/SYNCSORT - SYSPRINT output Posted: Thu Oct 06, 2016 1:08 am (GMT 5.5) If you have two files, with keys that match one-for-one, it is a simple JOINKEYS....
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: Rohit Umarjikar Posted: Thu Oct 06, 2016 1:51 am (GMT 5.5) Change to Code:CONTENT_TYPE = "TEXT/PLAIN"_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but...
View Article