CLIST & REXX :: RE: Rexx to execute spool commands
Author: steve-myers Posted: Tue Oct 03, 2017 12:42 am (GMT 5.5) Use a search engine for phpbb code and follow some of those links. phpbb is the software that runs this forum and many other similar...
View ArticleCICS :: RE: VSAM RLS Wait time
Author: John Gay Posted: Tue Oct 03, 2017 3:22 am (GMT 5.5) Maybe due to IAM not being a true VSAM file? Check out the IAM manual, I believe IAM has it's own RLS. G/L John
View ArticleJCL & VSAM :: PS file data should be passed as symbolic paramter to PROC
Author: d_sarlie Subject: PS file data should be passed as symbolic paramter to PROC Posted: Tue Oct 03, 2017 5:18 am (GMT 5.5) Hi, Input file-1 : R040 Input file-2 : R050 Input file-3 : R060 In the...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: Nic Clouston Posted: Tue Oct 03, 2017 5:34 am (GMT 5.5) apart from the fact that they are data sets and not files your requirement is totally unclear. Please show an example of what you mean...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: Robert Sample Posted: Tue Oct 03, 2017 5:35 am (GMT 5.5) Write a program in the language of your choice to read the sequential data set (the only files on a mainframe are in Unix System...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: d_sarlie Posted: Tue Oct 03, 2017 5:40 am (GMT 5.5)Robert Sample wrote: submit this job into the internal reader. I think I got to come across this content. But I didn't know how to submit the...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: d_sarlie Posted: Tue Oct 03, 2017 5:42 am (GMT 5.5)Nic Clouston wrote: And use the code tags. Last time in one of the post you asked me to post the code with code tags. May be I am 9+ years of...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: d_sarlie Posted: Tue Oct 03, 2017 5:52 am (GMT 5.5) I want to run the same job multiple times.I am not interested in creating multiple jobs.The client list is not the same.For each run it will...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: d_sarlie Posted: Tue Oct 03, 2017 7:03 am (GMT 5.5) Am I in the right forum.If so can somebody help me with the information._________________jeba
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: Robert Sample Posted: Tue Oct 03, 2017 7:21 am (GMT 5.5)Quote:Am I in the right forum.If so can somebody help me with the information.People who answer on this forum are volunteers -- as in,...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: d_sarlie Posted: Tue Oct 03, 2017 8:35 am (GMT 5.5)Quote:Then go find another forum that deals in miracles Thanks for confirming that I will not be able to do anything on this based on JCL. The...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: d_sarlie Posted: Tue Oct 03, 2017 8:51 am (GMT 5.5) In my case I am been asked to create 5 streams .A stream has 73 jobs.I need to create 365 jobs which would include Coding...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: steve-myers Posted: Tue Oct 03, 2017 8:58 am (GMT 5.5)d_sarlie wrote:Am I in the right forum.If so can somebody help me with the information. Possibly, though I suspect what you seem you want...
View ArticleJCL & VSAM :: Execute JCL step based on the content of a file
Author: sprikitik Subject: Execute JCL step based on the content of a file Posted: Tue Oct 03, 2017 10:03 am (GMT 5.5) Hello, I have a job (job1) that creates a file which contains a 4 digit code. I...
View ArticleSYNCSORT :: Addition of two records on 2 fields
Author: amar143 Subject: Addition of two records on 2 fields Posted: Tue Oct 03, 2017 11:14 am (GMT 5.5) Hi, My input file have records as shown below: I want to add count and price for same SRNO and...
View ArticleAll Other Mainframe Topics :: User access certification In Mainframes using BOSS
Author: Virendra Shambharkar Subject: User access certification In Mainframes using BOSS Posted: Tue Oct 03, 2017 12:32 pm (GMT 5.5) Hi, I am looking for more details around User access certification...
View ArticleAll Other Mainframe Topics :: RE: User access certification In Mainframes...
Author: enrico-sorichetti Subject: Reply to: User access certification In Mainframes using BOSS Posted: Tue Oct 03, 2017 12:53 pm (GMT 5.5) it would have been be nice if you had been more specific...
View ArticleJCL & VSAM :: RE: Execute JCL step based on the content of a file
Author: Willy Jensen Posted: Tue Oct 03, 2017 1:32 pm (GMT 5.5) Use DFSORT/ICETOOL 1) filter data selecting the record containing the code, output to a temporary dataset. 2) test for the temporary...
View ArticleJCL & VSAM :: RE: PS file data should be passed as symbolic paramter to PROC
Author: Willy Jensen Posted: Tue Oct 03, 2017 1:38 pm (GMT 5.5)Quote:I want to run the same job multiple times.I am not interested in creating multiple jobs I take that to mean that you are running the...
View ArticleCLIST & REXX :: RE: Rexx to execute spool commands
Author: Willy Jensen Posted: Tue Oct 03, 2017 1:53 pm (GMT 5.5) You say that the modified job ends with the same error messages. But messages from the first job had: IEC020I 001-5,TESTSPLJ,STEP1...
View Article