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 ?
Answers were Sorted based on User's Feedback
Answer / om prakash yadav
if u want to pass more than 100 char then u will pass the
char is cobol program. in jcl not possible.
| Is This Answer Correct ? | 1 Yes | 13 No |
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Can we call instream to catalog and catalog to instream?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
A dd statement consists of 4 fields. Name them?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
Why we will create load module in PDS only, Why nt in PS?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how can handle the s0c4 abend???
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
Is it possible to code instream data in a PROC?