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
How to send data from cobol program to jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
using cursor how can you fetch more than one record into a variable
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
How to pass the parameter in parm using linkage section ? (syntax)?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
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
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
Explain the function of job statement in jcl?
when we use sysprint and sysout statements