In how ways you can pass the data from Jcl to cobol ?

Answers were Sorted based on User's Feedback



In how ways you can pass the data from Jcl to cobol ?..

Answer / g.naveen

Mainly in 3 ways we can pass the data from Jcl to Cobol by
using Parm parameter,by using files and sysin dd *.

Is This Answer Correct ?    33 Yes 0 No

In how ways you can pass the data from Jcl to cobol ?..

Answer / rknaidu

Four ways.
there are,
1. sysin card.
2. via parm parameter.
3. files.
4. control cards.

Is This Answer Correct ?    11 Yes 0 No

In how ways you can pass the data from Jcl to cobol ?..

Answer / vinay sonar

You can pass data from JCL to COBOL using parm
parameters,sysin dd* and using ACCEPT statment

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More JCL Interview Questions

in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


How are GDGs concatenated?

1 Answers  


How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.

2 Answers   Target,


What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  






wht do u mean by inrec and outrec ?

1 Answers   IBM,


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??

14 Answers   L&T,


What are the valid DSORG values ?

3 Answers  


What do you understand by the terms: joblib and steplib?

0 Answers  


what is alternate index?

1 Answers  


i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?

3 Answers   IBM,


Categories