Answer Posted / roman g.
Every answer here causes RC16 after run.
The reason is missing SYSPRINT DD in JCL.
...
//SYSPRINT DD SYSOUT=*
...
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
how would you create a temporary dataset? And where will you use them?
Is their any limit for data sets?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Explain about ISPF/TSO Commands
What is catelog procedure and how many catelog procedure to use in one job?
What are some jcl statements that are not allowed in procedures?
How do you access an uncatalogued dataset in a jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
How does jcl act on a cobol code?
How to submit jcl through a cobol program?
What is the use of disp parameter?
Explain how can the attributes of one sms dataset be copied to another dataset?
Is condition checking possible in jcl?