How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
1 5903. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
1 5148What 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 8858If 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 8432
how you can direct the data to spool using SYSOUT option?
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 to submit a jcl from cics?
which utility is used a dummy utility?
Name the statement which can be used to send data to another mvs jes3 node?
For what purpose steplib and joblib are used ?
Brief description of inline procedure of jcl.
How does jcl act on code(if you take a cobol program)?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What do you understand by the term job time – out and how can you overcome that?
//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 /*
Are there any set of rules for the names of the steps used in a job?
How can the disposition of sysout datasets be set for an entire jobstream?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is their any set of rules for dd? Explain.