In sms datasets, what is the function of the dd mgmtclas keyword?
No Answer is Posted For this Question
Be the First to Post Answer
Can I share my data with other jobs? How?
What are the valid DSORG values ?
Explain about LMGET�read a logical record from a data set
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the purpose of dd dummy statement?
What is the difference between the positional and keyword parameters? Give examples.
What is GDG?
A dd statement consists of 4 fields. Name them?
Explain the function of dd disp parameter?
How many types of libraries are there 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 /*
When cursor is not closed what is the error?