what is the use of IEBGENER utility?
No Answer is Posted For this Question
Be the First to Post Answer
wht is the d/f between positional parameter n keyword parameter ?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
in jcl you are having JCLLIB and STEPLIB what happens
can any one plzzzzzz tell the jcl code for creating ps using idcams
How do you designate a comment in JCL?
What is the purpose of include statement in a JCL?
How many extents are possible for a sequential file ? For a VSAM file ?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
Explain how can the attributes of one sms dataset be copied to another dataset?
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.
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250