How can a job send a status message to a tso user at the completion of a job?
How can an in-stream dataset be terminated?
Can we browse or edit the GDG dataset if it is a tape entry?
What are the jcl procedures?
Explain about ISPF/TSO Commands
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is DSN in JCL and what are the parameters to declare the DSN?
Can we give two user name in NOTIFY parameter in JOBCARD
what is the use of temporary files?
What happens if both JOBLIB & STEPLIB is specified ?
how do you resolve for soc7 error
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?