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 |
How do you create a temporary dataset? Where will you use them?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
when can a job time-out occur? How to overcome that?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
What is the difference between joblib and jcllib statements
What do you understand by the term job time – out and how can you overcome that?
What is the purpose of the PARM keyword in the EXEC statement?
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 purpose of SYSOUT parameter in the DD statement?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
How do you send the output of a COBOL program to a member of a PDS?