Do we need to code DCB parameters when using DISP position as MOD?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
when GDG version number get changed ? bcz always Generations only increasing.
what is JCL?
How can the submitting users racf authority be overridden in a job stream?
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
A job has 150 steps i want to execute only 57th step
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How to print data of sequential file to Spool..?
What are the basic JCL Statements for a Job?
What is DISP= (NEW,PASS,DELETE)?
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........