In how ways you can pass the data from Jcl to cobol ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain how can return codes be tested before execution of a job step?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
which parameter is use to declare the name of dataset in dd statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain the purpose of dd * statement in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what are the statements that are not valid to be included in an include statement?
what is the use of JCL?
Is their any limit for data sets?
what is the resolution for sb37 error
How dummy is used in jcl?
Explain the function of //jcllib statement?
what are the various stages of job processing?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?