what is the use of JCL?
No Answer is Posted For this Question
Be the First to Post Answer
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
what r the types of job control statements?
if we give TIME=0 how many sec that job/step
Can we use empty VSAM as input?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
what is the use of temporary files?
wht is step lib n job lib ? where can we code joblib n steplib ?
Explain how can return codes be tested before execution of a job step?
how to concatenate datasets
What are the difference between jcl and jes?
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.