How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
1 5844. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
1 5086What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
6 8659If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,
IBM,
3 8297
what is the purpose of coding class parameter in job statement?
List in order the hierarchical levels of jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
What are the parameter we cannot use in procedure?
How to override loadlib?
Is there any command to check wether the ps file is in sorted order?
What are the 2 types of parameters in dd statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
how to run batch program without jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
what is DSN in JCL and what are the parameters to declare the DSN?
//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 /*
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
define cond parameter in jcl?