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 |
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how can the same proc be re-used and called by many jobs?
How can we increment subscript and index?
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
what is the Difference between SYSIN and PARM ?
What you mean by skeleton JCl?
How can values be passed from the job stream to an executable program?
Can you give the sort card to arrange the specific column in the version of GDG.
What is the use of DSNDB07 ?