Why block size is multiple of lrecl in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Why do you want to specify the REGION parameter in a JCL step?
Explain about Cobol Subroutines
wht is step lib n job lib ? where can we code joblib n steplib ?
How do you designate a comment in JCL?
How do you access a file that had a disposition of KEEP?
What is the difference between BLKSIZE and LRECL?
how can i use the parameters decalred in main pgm in sub pgm
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 SYSIN and PARM ?
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
How to pass the parameter in parm using linkage section ? (syntax)?