what is a MODELDSCB?
Answer / venu
MODELDSCB is a model dataset,once you created the GDG base
then only you can create model data set through IEBGENER
Utility.this is Refer the DCB parameters.
| Is This Answer Correct ? | 5 Yes | 0 No |
Passing a variable parm from JCL to a cobol/db2 program
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
What are three parameters you can specify on Job statement as well as on exec stmt ?
I've one sequential file, that file size is LREC=100 (File contain Records like 1 to 100). Now I was increase the file size is LREC=102. My question is I want insert 00 (Two Zeros) in to the new file (That output file looks like : 00123 up to 100). How will write the SORT card in JCL. Please let me know.
Must tape dataset definitions include vol=ser specifications?
What is MOD and when would you use it?
what is JCL?
Can we use DISP=SHR in output file in JCL
how can the same proc be re-used and called by many jobs?
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???
How to read records in reverse order in flat file?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain