what is fixed length and variable length and difference
between them
Answer / prathyusha
Fixed length:legth of record is fixed and when a data is inserted should of same size if not abend sd37error exits
Variable length:length of recor can vary.
| Is This Answer Correct ? | 2 Yes | 0 No |
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
What u mean by include statement in JCL ?
What is the purpose of dd * statement in 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,
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?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
How to print data of sequential file to Spool..?
In job processing, what happens in execution stage?
How can you execute a COBOL program via SYSIN in JCL?