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 |
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
What is the difference between catalogue procedure and In-Stream procedure?
How does jcl specify the job to the operating system?
How can a job send a status message to a tso user at the completion of a job?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
How can the submitting users racf authority be overridden in a job stream?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
what JCL Procedures?
There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
Must tape dataset definitions include vol=ser specifications?