How many types we can give input to JCL

Answers were Sorted based on User's Feedback



How many types we can give input to JCL..

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

How many types we can give input to JCL..

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

How many types we can give input to JCL..

Answer / muneer---achi

using files

using sysin dd *

using control cards

using files

using db2

Is This Answer Correct ?    8 Yes 2 No

How many types we can give input to JCL..

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

How many types we can give input to JCL..

Answer / hari

3 types we can give
numeric
alpha numeric
alphabets

Is This Answer Correct ?    2 Yes 37 No

Post New Answer

More JCL Interview Questions

What is concatenating?

0 Answers  


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


how do u send return code from cobol to jcl ?

2 Answers   TCS,


I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter

8 Answers  


There is one QSAM is the VB file. i want to get the first characters in this file and change those characters from'abcd' to '1234' and creat a vasm file to put '1234' in it. how to do in only JCL. if it not QSAM, it's VASM and VB. how to do it.

1 Answers   IBM,






Can I share my data with other jobs? How?

0 Answers  


I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file

3 Answers   Virtusa,


What is meant by S0C7 system abend code?

8 Answers  


Explain about REXX

1 Answers  


i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?

2 Answers   Wipro,


how to purge 50 initiators continuously?? console commands??

4 Answers   IBM, ups,


Categories