i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
Answer Posted / lu
you have 2 ways :
1) go to file-aid, display your file, and modify it ( from
10th to 18th)
2) coding a program cobol, rad file with the counter and
modify from 10th records to 18th)....
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What are the jcl procedures?
What is the difference between run mode and addressing mode?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
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?
What is the purpose of dd * statement in jcl?
Explain the function of a dd statement?
what is the use of IEBGENER utility?
What is one line to pass PARM from JCL to COBOL?
Give the syntax of job specifying jcl statement.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the significance of addrspc parameter in exec statement?
What is the difference between the positional and keyword parameters? Give examples.
what are the types of abends that occur on job failure? And explain the possible causes of these
Explain the hierarchy levels in jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one