For how long a job can be executed continuously in a mainframe ?
Answers were Sorted based on User's Feedback
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
when does a dataset go uncataloged?
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 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 ?
in jcl you are having JCLLIB and STEPLIB what happens
Can we create VSAM file by using IEBGENER?
how to compare two datasets without using superce because output is limited to 133 bytes
How to pass the temp dataset form one JOB step to another?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
How does jcl act on a cobol code?