CLIST & REXX :: Running an REXX EXEC implicitly
Author: sho7hills Subject: Running an REXX EXEC implicitly Posted: Thu Apr 20, 2017 8:14 am (GMT 5.5) Hi All, I'm just learning REXX. I tried to run the below REXX to allocate the file "REXX.EXEC" to...
View ArticleDFSORT/ICETOOL :: RE: SORT JSON type of data
Author: maxsubrat Subject: Reply to: SORT JSON type of data Posted: Thu Apr 20, 2017 9:09 am (GMT 5.5) Hi Arun, The data starting position may not be same, it may vary, But one thing is sure, the 2nd...
View ArticleDFSORT/ICETOOL :: RE: SORT JSON type of data
Author: Arun Raj Posted: Thu Apr 20, 2017 10:09 am (GMT 5.5) How about the number of fields?? your initial post had 3, but your recent one has 8. Can you give another try answering all the questions...
View ArticleCLIST & REXX :: RE: Need help in REXX CALL program
Author: Raje1002 Posted: Thu Apr 20, 2017 10:25 am (GMT 5.5) Thanks Sergeyken..._________________RB
View ArticleCLIST & REXX :: RE: Need help in REXX CALL program
Author: Raje1002 Posted: Thu Apr 20, 2017 10:25 am (GMT 5.5) Thanks Nic..._________________RB
View ArticleDFSORT/ICETOOL :: RE: SORT JSON type of data
Author: maxsubrat Subject: Reply to: SORT JSON type of data Posted: Thu Apr 20, 2017 10:40 am (GMT 5.5) Hi Arun, Sorry for inconvenience. Initially user communicates the data was like my 1st post.. But...
View ArticleCLIST & REXX :: RE: Need help in REXX CALL program
Author: Willy Jensen Posted: Thu Apr 20, 2017 12:34 pm (GMT 5.5) quoting is wrong DSINFO = LISTDSI("'FNAME'") should be DSINFO = LISTDSI("'"FNAME"'")_________________WJ
View ArticleCLIST & REXX :: RE: Running an REXX EXEC implicitly
Author: Willy Jensen Posted: Thu Apr 20, 2017 12:50 pm (GMT 5.5) What error message do you get? Do a LISTA ST after you execute your SYSEXEC reallocation and verify that the SYSEXEC allocation is as...
View ArticleIBM Tools :: RE: Copy load modules and alias
Author: Willy Jensen Posted: Thu Apr 20, 2017 12:52 pm (GMT 5.5) Which one of the reasons I like the PDS86 program from CBTTAPE.ORG so much, with that you can copy a member plus aliases with one...
View ArticleCLIST & REXX :: RE: Running an REXX EXEC implicitly
Author: enrico-sorichetti Subject: Reply to: Running an REXX EXEC implicitly Posted: Thu Apr 20, 2017 1:47 pm (GMT 5.5) reallocating SYSTEM libraries will cause unpredictable results the ALTLIB command...
View ArticleCLIST & REXX :: RE: Running an REXX EXEC implicitly
Author: prino Posted: Thu Apr 20, 2017 3:59 pm (GMT 5.5)Quote:but still unable to run the exec command implicitly by just typing the member present in "REXX.EXEC" in Ready prompt or in command prompt....
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: pahiker Posted: Thu Apr 20, 2017 4:08 pm (GMT 5.5)Robert Sample wrote:What did the vendor tell you when you contacted them? If you haven't contacted the vendor, why not? The vendor should be...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: pahiker Posted: Thu Apr 20, 2017 4:14 pm (GMT 5.5)Rohit Umarjikar wrote:This should have been then posted under 'CA Product' section of the forum. How big the screen data could be and why not...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: Robert Sample Posted: Thu Apr 20, 2017 4:58 pm (GMT 5.5)Quote:gain, I am not seeing this as a CA issue, but asking if what I am experiencing is correct, or if I am doing something wrong. I...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: pahiker Posted: Thu Apr 20, 2017 5:00 pm (GMT 5.5)Robert Sample wrote:Quote:gain, I am not seeing this as a CA issue, but asking if what I am experiencing is correct, or if I am doing something...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: Rohit Umarjikar Posted: Thu Apr 20, 2017 5:46 pm (GMT 5.5)Quote:The area I am working with is 54,395,394 bytes, our tech review team doesn't want that much stored in a queue. Multiple users...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: pahiker Posted: Thu Apr 20, 2017 5:58 pm (GMT 5.5)Rohit Umarjikar wrote:I am sure that doesn't make queues bad. You have an option to searlize tasks, why that big size of data a single point of...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: Rohit Umarjikar Posted: Thu Apr 20, 2017 6:02 pm (GMT 5.5)This option is valid only on a RETURN command issued by a program at the highest logical level; that is, a program returning control to...
View ArticleCA Products :: RE: QUESTION: RETURN CHANNEL
Author: pahiker Posted: Thu Apr 20, 2017 6:07 pm (GMT 5.5)Rohit Umarjikar wrote:This option is valid only on a RETURN command issued by a program at the highest logical level; that is, a program...
View ArticleIBM Tools :: LISTIDR compiled date/time
Author: jerryte Subject: LISTIDR compiled date/time Posted: Thu Apr 20, 2017 7:37 pm (GMT 5.5) The AMBLIST utility can be used to list the IDR information about csects in a load module. This includes...
View Article