what operation is performed by job statement?
No Answer is Posted For this Question
Be the First to Post Answer
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is dummy parameter in JCL??
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
What is a JCL Command statement ?
What is a PROC? What is the difference between an instream and a catalogued PROC?
How is the keyword DUMMY used in JCL?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
Explain how can a jobs execution priority be modified?
how to create a member or sequential dataset through tso command??
Which dd parameters are required?
what will be the error code if duplicate key of VSAM file is found?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.