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 / krishna ambati
using sysin dd *
| Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What is the function of dd disp parameter?
What are the parameter we cannot use in procedure?
i want to store 20 digits . how will u do it in cobol ?
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.
what is use of disp parameter in dd statement?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
what JCL Procedures?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the function of the steplib dd statement?
what is use of dsn parameter in dd statement?
How gdg are concatenated?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is Cataloged Procedures?
How can return codes be tested before execution of a job step?