Which statement is used to identify the private libraries in job?
No Answer is Posted For this Question
Be the First to Post Answer
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
how JCL works?
What does a disposition of (NEW,CATLG,DELETE) mean?
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 we give two job cards in a single what happens
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Where can program checkpoints be stored for use in a restart?
Name a few IBM utility programs, and explain its function.
wht r different types of sort fields in jcl ?
Is it possible to left uncode disp?