How can we see data in TEMPARARY DATA SET in JCL ?
Answer Posted / harsha
Yes, we can read data from Temporary dataset as long as job
is running. Once the job is executed, temporary datet is
deleted.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is timing concept in mainframe?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
define cond parameter in jcl?
How can values be passed from the job stream to an executable program?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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 is a type of file defined in the jcl that executes the cobol program?
Is it possible to code instream data in a PROC?
What do you understand by the terms: joblib and steplib?
Explain the purpose of dd * statement in jcl?
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.
How jcl is used for testing batch programs?
Explain about LMFREE�free data set from its association with data ID
Where can program checkpoints be stored for use in a restart?
Explain the function of a dd statement?