I have a COBOL program that Accepts some input data. How do
you code the JCL statement for this?
( How do you code instream data in a JCL? )
Answer Posted / vibhor kumar
//SYSIN DD *
VALUE1 -
VALUE2 -
/*
ALL THE SOLUTIONS MENTIONED ABOVE FORGOT TO ADD CONTINUATION
CHARACTER (-)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of the dd keylen parameter?
how would you create a temporary dataset? And where will you use them?
Is there any command to check wether the ps file is in sorted order?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is one line to pass PARM from JCL to COBOL?
Can I send output of job to my remote device careerride123?
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
What is the significance of addrspc parameter in exec statement?
How is a type of file defined in the jcl that executes the cobol program?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the purpose of dd dummy statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
Differentiate between the joblib and the steplib statements?
Is it possible to left uncode disp?