Explain the hierarchy levels in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how you can direct the data to spool using SYSOUT option?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain how can the attributes of one sms dataset be copied to another dataset?
What is NOTCAT ?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the function of the dd avgrec keyword in sms datasets?
How does the jcl specify the job to os?
Is it possible to code instream data in a PROC?
How do you access an uncatalogued dataset in a jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What are the parameters that are used in creating a gdg?
What is one line to pass PARM from JCL to COBOL?
How to pass data to a program that is coded in an exec statement?