Suppose I have seven jobs to do, but I want to hold one than how can I do this?



Suppose I have seven jobs to do, but I want to hold one than how can I do this?..

Answer / thamilselvi

typrun=hold

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

0 Answers  


Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

1 Answers   Thomson,


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?

4 Answers   Cognizant,


How can a stopped job be started again?

0 Answers  


what is a steplib

4 Answers   CGI,






how can we pass external data to instream procedures

5 Answers   IBM, Infosys, Ocwen,


As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?

2 Answers   IBM, RS Software,


What is QSAM error usually when it is occurs?

1 Answers  


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


In job processing, what happens in conversion stage?

0 Answers  


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


Categories