How to compare two files in SYNCSORT and on the mismatch
record should be deleted from second file.
No Answer is Posted For this Question
Be the First to Post Answer
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
How is a GDG base created?
How do you access an uncatalogued dataset in a jcl?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
whats the diff bw the evaluate also and and?
What statement can be used to send data to another mvs jes3 node?
How to copy VSAM files without using REPRO
Explain about SYSVAR
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
what will be the error code if duplicate key of VSAM file is found?