what is DD statement is used in JCL?
No Answer is Posted For this Question
Be the First to Post Answer
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How to use COND Parameter in jcl
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
What are some jcl statements that are not allowed in procedures?
if we give TIME=0 how many sec that job/step
How to get cursor position from system in CICS environment ?
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
What is the purpose of include statement in a JCL?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Explain how can an in-stream dataset be terminated?
if we give two job cards in a single what happens