How can we execute only one step in a job
Answer Posted / chaitanya
in the proc call statement, EXEC PROC, we need to use
stepname.COND=(0,LE) option
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
How do you overcome this limitation ?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
Is acct parameter mandatory?
How can unused space allocation be returned to the system when a dataset is closed?
what are the statements that are not valid to be included in an include statement?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the function of the dd avgrec keyword in sms datasets?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how do you code a null statement?
how to compare two datasets without using superce because output is limited to 133 bytes
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
For what purpose steplib and joblib are used ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.