what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......
2 10651Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
HSBC,
3 8909in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
HSBC,
4 10303Which COND paramter will u use to execute the step only if the previous step does not execute
3 7754
what is use of dcb parameter in dd statement?
Where & How Do You Code Identifier In Jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to override loadlib?
Is it possible to left uncode disp? If yes, how?
What parameter directs the output of the job log dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how can the same proc be re-used and called by many jobs?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
what is the use of IEBGENER utility?
What do you understand by the term job time – out and how can you overcome that?
What does a disposition of (new,catlg,keep) for a dsn mean?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*