What does SYSIN * indicate?
Answers were Sorted based on User's Feedback
Answer / guest
Instream data follows this card and is terminated when
followed by a card containing // or /* in columns 1 and 2.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sariputi
It is one of the DD statement,through which we can give
the instream Data(Input)required for the job.
EXAMPLE:
//SYSIN DD *
COPY I=DD1,O=DD2
/*
| Is This Answer Correct ? | 6 Yes | 0 No |
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
List the different jcl statements that are not permitted in the procedures?
I have three files for one step i need to override the third file how to do that in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How is a new GDG coded?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
How do you submit a job for execution?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
what is fixed length and variable length and difference between them
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is COND=ONLY ?