shall we concordinate two different length dataset in to a
new date set.
Answer Posted / syana
Datasets need to be of the same length for concatenation
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
how to do automated restart when a job abends?
what is DSN parameter and DISP parameter is used for?
How to do automated restart when a job abend?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
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.
//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 /*
what is use of dcb parameter in dd statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain how can return codes be tested before execution of a job step?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the format of comment statement?
What are the parameter we cannot use in procedure?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
Can I share my data with other jobs? How?
What is Cataloged Procedures?