Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?


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

Post New Answer

More JCL Interview Questions

What is the use of the utility DFSRRC00 in the JCL?

2 Answers   Convergys,


How do you designate a comment in JCL?

1 Answers  


what r the types of job control statements?

2 Answers  


In job processing, what happens in conversion stage?

0 Answers  


When will we need to specify Space parameter ?

3 Answers   Wipro,






consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??

2 Answers   CSC,


I have Job A and Job B. I want to trigger Job B from Job A. Please advise.

2 Answers   Wipro,


Explain how can a stopped job be started again?

0 Answers  


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


which utility is used a dummy utility?

0 Answers   IBM,


In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04

3 Answers   Patni,


Categories