Answer Posted / himap
No. But it is always recommended to have a step name.
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
how you can access an uncataloged dataset in a JCL?
What do you understand by jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the jcl exec statement?
Explain the function of //jcllib statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
How can unused space allocation be returned to the system when a dataset is closed?
Brief description of inline procedure of jcl.
Is condition checking possible in jcl? If yes, how?
what JCL Procedures?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?