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 |
How to empty the records in jcl
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
after submiting the jcl.how do you know that the job has been completed.
In sms datasets, what is the function of the dd mgmtclas keyword?
how you will define a temporary dataset in jcl?
How does jcl act on a cobol code?
Explain how can a stopped job be started again?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
Can a PS file be read in reverse order?If so,how
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.