In job processing, what happens in conversion stage?
No Answer is Posted For this Question
Be the First to Post Answer
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
how you can access an uncataloged dataset in a JCL?
What is job control language?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
can u execute a proc from another proc?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?