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 are hierarchy levels in jcl?
What is condition checking in jcl? Is this possible?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
Can we use empty VSAM as input?
wht do u mean by notify parameter, how can u give acess to multiple users ?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
A job has 90 steps i want to execute only step7 and step15
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
what happens if job falls in loop ? how to resolve it ?
wt will happen to the step of a job if u code COND=ONLY