wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
Answer / suman
It takes the out put from one program and given to input as
another program.
this is mainly used in run the jcl from cobal.
| Is This Answer Correct ? | 4 Yes | 2 No |
Explain how can a stopped job be started again?
what are the ways of passing data to a cobol program from jcl?
What are steplib and joblib?
What is meant by S0C7 system abend code?
how to purge 50 initiators continuously?? console commands??
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Where & How Do You Code Identifier In Jcl?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?