Name a few IBM utility programs, and explain its function.
No Answer is Posted For this Question
Be the First to Post Answer
can we bowse or edit the GDG dataset if it is a tape entry?
How to release the Output HELD by using HOLD = YES on DD statement ?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
In job processing, what happens in execution stage?
do we need to mention the location of catalogued procedure for each it's call in a single job?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
how to modify the copy book?explain with examples
can i sort packed decimal if i can tell the syntax
How to find the length of variable length copybook using fileaid ??
Hi, can we call catalog( say myproc } proc n times in jcl if so how please explain Thanks in advance
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?