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

What is the difference between BLKSIZE and LRECL?

3 Answers  


GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset

3 Answers   Cognizant,


Explain the function of //cntl statement?

0 Answers  






Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


Explain in DD statement what is the use of DCB parameter?

0 Answers  


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

1 Answers   IBM,


when we use sysprint and sysout statements

3 Answers  


How to send notification to multiple users through jcl???

8 Answers  


i want to see the jobs in skeleton queue in diff region. (eg. 7 regions are running means , i want to see all the jobs in 7 regions which are in skel queue using 1 command)

1 Answers  


what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?

1 Answers  


Categories