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.
No Answer is Posted For this Question
Be the First to Post Answer
How to read records in reverse order in flat file?
Min no of member?s (PDS) in one directory block?
What is Cataloged Procedures?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
delete rules in db2
How does jcl specify the job to the operating system?
Which statement is used to identify the private libraries in job?
How can values be passed from the job stream to an executable program?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is Uncatalog dataset? How can we access/use them?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
What is the significance of addrspc parameter in the exec statement?