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
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
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
What is COND=ONLY ?
I have three files for one step i need to override the third file how to do that in jcl?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
In SPACE,what is directory,RLSE
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
what operation is performed by job statement?
what is A-MODE and R-MODE?
diff bw vsam and normal flat file?
wht do u mean by notify parameter, how can u give acess to multiple users ?