what are the options in file-aid to edit vsam dataset and
to compare data sets.
Answers were Sorted based on User's Feedback
Answer / jagan
And more thing regarding compare option is only files with
LRECL of 80 bytes can be compared in FILE-AID . If files of
LRECL > 80 is to be compared then try 3.13 option in batch mode.
| Is This Answer Correct ? | 1 Yes | 1 No |
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
when can a job time-out occur? How to overcome that?
How to send notification to multiple users through jcl???
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
what operation is performed by job statement?
How to skip first step of a job? Can we use COND on the first step?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
which utility is used to update pds?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
What is the meaning of the EXEC statement keyword, COND? What is its syntax?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?