how to compare two datasets without using superce because output is limited to 133 bytes
No Answer is Posted For this Question
Be the First to Post Answer
A job has 90 steps i want to execute only step7 and step15
Can a PROC CALL another PROC ? (in both Instream and Cataloged cases) ?
how can you check if a file is empty using jcl?
What is the purpose of dd dummy statement?
What are three major types of JCL statements? What are their functions?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
Name the system library from which modules are retrieved at execution
Passing a variable parm from JCL to a cobol/db2 program
Can anyone tell me the syntax for printing two files at two different destinations in a single step?