when can a job time-out occur? How to overcome that?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

Suppose I have five jobs to do. But I want to hold one?

0 Answers  


when we use sysprint and sysout statements

3 Answers  


Are there any set of rules for the names of the steps used in a job? What are they?

0 Answers  


What does the TIME parameter signify ? What does TIME=1440 mean ?

6 Answers   Accenture, TCS,


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

0 Answers  






I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )

9 Answers  


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.

1 Answers  


What will happen if we write two STOP RUN's in a COBOL program?

4 Answers   Satyam,


what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

1 Answers  


Is it possible to define dd statements as you want?

0 Answers  


What happens if both JOBLIB and STEPLIB is specified ?

8 Answers  


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


Categories