can we copy a file from fixed block to variable block and
vice versa ....asap
Answer Posted / srk
no. the attributes of dcb parameter(recfm,lrec) must be same
to copy a file to another
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
What is the purpose of dd?
Where can program checkpoints be stored for use in a restart?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is acct parameter mandatory?
What is the use of symbol // in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
How to pass data to a program that is coded in an exec statement?
What is catelog procedure and how many catelog procedure to use in one job?
Is condition checking possible in jcl?
Explain the hierarchy levels in jcl?
Are there any set of rules for the names of the steps used in a job? What are they?
A dd statement consists of 4 fields. Name them?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How to pass the parameter in parm using linkage section ? (syntax)?