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 does a disposition of (MOD,DELETE,DELETE) mean ?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
what is the difference between perform varying and perform
Explain the function of the dd dcb keyword?
a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
wht happens if cond=true ? pls give me with an example ?
How can u know the current date using jcl?
When space is allocated for an output dataset, what units can be used?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How do you create a temporary dataset? Where will you use them?