How does jcl specify the job to the operating system?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
How to execute only th 15th step of JCL consisting of 50 steps?
When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?
Why we will create load module in PDS only, Why nt in PS?
How do you restart a PROC from a particular step?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
What are the common keyword parameters in both job and exec statements
What is STEPLIB, JOBLIB? What is it used for?
SORT card to eliminate duplicity.
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
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 ?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2