How to send different PARM values based on the any
condition to the program in a JCL?
For example :-
If the time is before 12:00 pm, I want to send "A" to some
program and if it past 12:00 pm , I want to send "B" as a
PARM value to that program.
How to do it thur JCL only?
No Answer is Posted For this Question
Be the First to Post Answer
which utility is used to sort a file in jcl?
how to edit a tape dataset ? asked in wipro
Name the parameters which can be used to limit the number of records written to a sysout dataset?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
How to override loadlib?
When space is allocated for an output dataset, what units can be used?
What does the keyword DCB mean and what are some of the keywords associated with it?
Is automatic restart possible in jcl? If yes, how?
Describe the JOB statement, its meaning, syntax and significant keywords?
I have a File that has duplicate records. I need only those records that occur more than thrice.
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
What are the basic JCL Statements for a Job?