Can anybody tell what is tool used to generate the list of
PROCS used in JCL to generate a PROCTREE
No Answer is Posted For this Question
Be the First to Post Answer
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
How I sort the records in a file and copy the first 10 records to another file
What 3 guidelines do we have to follow when concatenating DD statements?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
what is use of dcb parameter in dd statement?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.
Explain about SYSVAR
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?