We can use PASS with permanent datasets also. THEN
Which is the condition in which we may use PASS (instead of
KEEP) with permanent data sets, while there is no need to
specify UNIT and VOL for them like temporary data sets (in
cas we use KEEP for permanent data sets) ?
No Answer is Posted For this Question
Be the First to Post Answer
what is the Difference between SYSIN and PARM ?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
How to find in aparticular step how many versions a paricular gdg base have?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
what is meant by jobtrac?
What does S0C4 error mean?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How to identify in JCL that an input file is empty without reading it?
I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.