In which table PLAN is registered in ?

Answer Posted / guest

RCT

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of job statement in jcl?

636


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

673


State the uses of syspring, sysin, sort fields, sum fields and dummy.

656


Why include statement is used in a jcl?

691


how to run batch program without jcl?

10089






write a jcl to execute a job by 7:00 am on jan 20,1986?

700


What parameter directs the output of the job log dataset?

769


When space is allocated for an output dataset, what units can be used?

754


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2223


What is Cataloged Procedures?

715


Explain how can the attributes of one sms dataset be copied to another dataset?

707


Is their any limit for data sets?

705


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?

651


//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 /*

915


What is condition checking in jcl? Is this possible?

628