Answer Posted / janar singh
calculatin by using the farmoula m=6*n-1, where n = no of db, so if n=1 then max mem will be 5. if i m wrong correct me pls.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
Is it possible to define dd statements as you want?
What are the parameter we cannot use in procedure?
//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 /*
Explain the function of dd disp parameter?
what is DSN parameter and DISP parameter is used for?
Is automatic restart possible in jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
what is the difference between JES3 and JES2?
what is use of dsn parameter in dd statement?
What is the use of disp parameter?
What are the jcl procedures?
i want to store 20 digits . how will u do it in cobol ?
Explain how can a stopped job be started again?
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.