What is the job entry system used in your project? based on
what criteria the sequence of jobs are picked if priority
is not mentioned in the job card?
No Answer is Posted For this Question
Be the First to Post Answer
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
What is the purpose of the dd keylen parameter?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
For how long a job can be executed continuously in a mainframe ?
how to put a dependency on job in jcl using opc scheduler?
How many positional parameters are there in job statement?
How dummy is used in jcl?