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 |
How are GDGs concatenated?
What is the difference between the positional and keyword parameters? Give examples.
How I sort the records in a file and copy the first 10 records to another file
how would you create a temporary dataset? And where will you use them?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
how to compress the data set
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.
how to increase the space of a dataset in instream procedure.
how to code instream data in procedure?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?