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 |
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
What dd statement is used to supply the name of a dataset?
Name the system library from which modules are retrieved at execution
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
Why include statement is used in a jcl?
Is there any command to check wether the ps file is in sorted order?
What is QSAM error usually when it is occurs?
how can i use the parameters decalred in main pgm in sub pgm
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?