How to compare two files in SYNCSORT and on the mismatch
record should be deleted from second file.
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
How to pass the parameter in parm using linkage section ? (syntax)?
Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?
What does a disposition of (NEW,CATLG,DELETE) mean?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
How do you access a file that had a disposition of KEEP?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
which parameter is use to declare the name of dataset in dd statement?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
What is DATACOM db?
In sms datasets, what is the function of the dd avgrec keyword?