How to code these statements in JCL: CLEANUP INITIAL(NO)
RESTART(NO) DYNALLOC(NO) job definition..?
No Answer is Posted For this Question
Be the First to Post Answer
What dd statement is used to supply the name of a dataset?
What is the function of dd disp parameter?
How do You skip a Step In JCL?
which utility is used a dummy utility?
How to see the COMP3 value(packd decimal)
How does the jcl specify the job to os?
What are s0c1, s0c4, s0c5, s0c7 and socb?
common jcl abends??
What is jcl in mainframe, and how many types of jcl statements are there for a job?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
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 check empty file in jcl?