. What is the difference between the following statements :
I) step#1 exec PGM=accpay
ii) step#1 exec tbalance
Answer / umesh sj
1. step#1 exec PGM=accpay
--> This step is referring to a programme load module
2. step#1 exec tbalance
--> This step is referring to a PROC.
| Is This Answer Correct ? | 12 Yes | 1 No |
What is DYNAMBR in jcl?
//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 /*
Mention the types of job control statements?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
Which storage devices are grouped under DASD and SYSDA ?
what will be the error code if duplicate key of VSAM file is found?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
What is the difference between the JOBLIB and the STEPLIB statements?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
How to DEBUG a JCL?