How many types we can give input to JCL
Answers were Sorted based on User's Feedback
Answer / vampires
2 types we can give input to jcl
---using PARAM keyword
---sysin dd *
xxxxxx
yyyyy
zzzzz
/*
Is This Answer Correct ? | 17 Yes | 4 No |
Answer / bhaskar reddy
1.using PARM parameter
2.using sysin dd *
through parm parameter we can pass the date to linkage
section. and we can pass only 100 charcters of data
through sysin dd * we can pass the data to accept statement.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / muneer---achi
using files
using sysin dd *
using control cards
using files
using db2
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / suresh
only one type through returncode
sin dd,parm and files are inputs for cobol pgm
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hari
3 types we can give
numeric
alpha numeric
alphabets
Is This Answer Correct ? | 2 Yes | 37 No |
What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
what is the restart?hopw it is invoked?
When space is allocated for an output dataset, what units can be used?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
How to execute only th 15th step of JCL consisting of 50 steps?
What is the function of //cntl statement?
For what purpose steplib and joblib are used ?
What is the use of DSNDB07 ?
How do you access an uncatalogued dataset in a jcl?