mainframe questions like basic&depth
No Answer is Posted For this Question
Be the First to Post Answer
what is check pending option
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
do we need to mention the location of catalogued procedure for each it's call in a single job?
At what stage, operator can change the class and priority of a submitted job?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
how to edit a tape dataset ? asked in wipro
i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)
What is GDG and what is the maximum limit of versions that can be created?
when GDG version number get changed ? bcz always Generations only increasing.
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?