what is DD statement is used in JCL?
No Answer is Posted For this Question
Be the First to Post Answer
What is DSNDB06 ?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
wht do u mean by inrec and outrec ?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
Can we change a FB file to VB file in JCL? Please help
Describe the DD statement, its meaning, syntax and keywords?
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two
For what purpose steplib and joblib are used ?
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
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
What is JCL LIB ?