How can you execute a COBOL program via SYSIN in JCL?
Answer / vinay sonar
cut the COBOL program and paste in into
//SYSIN DD*
//
and then submit the job.
Here COBOL program acts like instream data for JCL
| Is This Answer Correct ? | 1 Yes | 7 No |
How many parameters are there to a DISP statement and what are their uses ?
What does the one advantange of using IEBUPDTE?????
How is the record format of an output dataset specified?
What are three major types of JCL statements? What are their functions?
The maximum number of in-stream procedure you can code in any JCL is ?
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?
Hi, can any one tell about " How do u eliminate the duplicates "
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
What statement can be used to send data to another mvs jes3 node?
what JCL Procedures?