How can values be passed from the job stream to an executable program?
Answer / Shweta Singh
Values can be passed from the JCL (Job Control Language) job stream to an executable program using DD statements with a parameter data set (PDS), or by defining parameters in the JCL and passing them to the program.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is DYNAMBR in jcl?
what is the control cards?
how to do automated restart when a job abends?
Can you execute a PROC from another PROC?
How many extents are possible for a sequential file ? For a VSAM file ?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
wht is the d/f between positional parameter n keyword parameter ?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
How do you submit a job for execution?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
How does jcl specify the job to the operating system?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,