what type of version is we r using now real time in all
modules(cobol, jcl, cics, db2, vsam)?
How do you submit a JCL under CICS environment ?
how many max steps can we use in a job? pls answer to my question
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Explain the hierarchy levels in jcl?
How can values be passed from the job stream to an executable program?
What is DISP= (NEW,PASS,DELETE)?
Can we call instream to catalog and catalog to instream?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
How can a job send a status message to a tso user at the completion of a job?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
How I sort the records in a file and copy the first 10 records to another file
What 3 guidelines do we have to follow when concatenating DD statements?