Name some of the JCL statements that are not allowed in procs.?
Answer / guest
Some of the JCL statements which are not allowed in
procedures are:
1. JOB, Delimiter(/*), or Null statements
2. JOBLIB or JOBCAT DD statements
3. DD * or DATA statements
4. Any JES2 or JES3 control statements
| Is This Answer Correct ? | 42 Yes | 6 No |
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
what is DSN parameter and DISP parameter is used for?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"
Max generations in GDG??
what is the job entry system used in your project?
Does jcl support automatic restart?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
How can an in-stream dataset be terminated?
what is inrec fields and outrec fields in sorting
Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
How to submit jcl through a cobol program?