How can u know the current date using jcl?
Answer Posted / arun
using DATE function
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
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) ?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are the 4 fields in dd statement?
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 you can direct the data to spool using SYSOUT option?
What do you understand by the terms: joblib and steplib?
Explain how can return codes be tested before execution of a job step?
when does a dataset go uncataloged?
Where can program checkpoints be stored for use in a restart?
what is DSN parameter and DISP parameter is used for?
which utility is used to sort a file in jcl?
Explain about ISPF/TSO Commands
Explain the function of the steplib dd statement?
A dd statement consists of 4 fields. Name them?