How is the record format of an output dataset specified?
No Answer is Posted For this Question
Be the First to Post Answer
Can we have a JOBSTEP without any EXEC ?
wht r different types of sorts ?
What parameters can be used to limit the number of records written to a sysout dataset?
what is the purpose of SYSOUT parameter in the DD statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the purpose of dd?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
Min no of member?s (PDS) in one directory block?
How to copy one PS file to multiple PS files with same data?
Matching Logic in Jcl not in cobol.Could any one please answer this question
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
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