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 / keerthi
We need to use TSQ so tat more data can be passed
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
How can a jobs execution priority be modified?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How do you submit a job for execution?
what are the statements that are not valid to be included in an include statement?
what is DD statement is used in JCL?
How jcl is used for testing batch programs?
Explain how can a stopped job be started again?
Can I share my data with other jobs? How?
how would you create a temporary dataset? And where will you use them?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the purpose of the dd keylen parameter?
How dummy is used in jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?