How different is the JCL executing a COBOL program?
1) if the program is using VB file as input.
2) if the program is using FB file as input.
Answer / dsingh29
you need to take care of RDW of the VB file while defining
file. In FB file there is no such requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.
How many types we can give input to JCL
In one of intervie, my interviwer asked, I have a file which contains 4 records I would like to split the 4 different outputs for each record how to do?
14 Answers Cap Gemini, Cognizant, JPMorgan Chase, TCS, Xansa,
what is “Cond= even” and “Cond=only”?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
What is the use of the utility DFSRRC00 in the JCL?
what sort card you will use to copy the data from one dataset to another dataset?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
when can a job time-out occur? How to overcome that?
What happens if both JOBLIB and STEPLIB is specified ?
what JCL Procedures?
Matching Logic in Jcl not in cobol.Could any one please answer this question