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 |
When we give TYPERUN = SCAN , what are the syntax errors we get?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
How can return codes be tested before execution of a job step?
In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.
How to delete generations of gdg without deleting gdg base?
Can we delete the data using IEFBR14 , IEBGENER??
How do you restart a step in JCL?
Explain how can the attributes of one sms dataset be copied to another dataset?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
What is the improvement to COND= in the latest version of MVS?