A maximum of 100 chars can be passed to Cobol through Parm
in JCL, If we want to pass more than 100 Chars how we can
do it ?
Answer Posted / rookie
RE:To add on
You can also use files to pass values
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What statement can be used to send data to another mvs jes3 node?
Differentiate between addressing mode and run mode.
What are the rules employed while naming the steps in a job?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What do you know about jcl?
What is jcl in mainframe?
Is condition checking possible in jcl? If yes, how?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
A dd statement consists of 4 fields. Name them?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
can any one plzzzzzz tell the jcl code for creating ps using idcams
which utility is used to sort a file in jcl?
Explain in DD statement what is the use of DCB parameter?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?