How can a fb file convert to vb file using sort program?
i want to avoid the positional parameter how to code it ?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
Why do you want to specify the REGION parameter in a JCL step?
describe the exec statement,its meaning ,syntax and keywords?
How to override loadlib?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What are steplib and joblib? What for they are used?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
What is the significance of addrspc parameter in exec statement?
Is it possible to code instream data in a PROC?
Are there any set of rules for the names of the steps used in a job?