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 |
describe the exec statement,its meaning ,syntax and keywords?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How can a jobs execution priority be modified?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
How to rename a VSAM file as well as it's index file?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
At what stage, operator can change the class and priority of a submitted job?
What are s0c1, s0c4, s0c5, s0c7 and socb?
what's the significance of freespace(0 0) and freespace(100 100)
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE