What is the purpose of dd?
No Answer is Posted For this Question
Be the First to Post Answer
what sort card you will use to copy the data from one dataset to another dataset?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
What is the significance of addrspc parameter in the exec statement?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
wht do u mean by inrec and outrec ?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
what is use of disp parameter in dd statement?
What is the use of symbol // in jcl?
In job processing, what happens in execution stage?