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


Please Help Members By Posting Answers For Below Questions

What are the 4 fields in dd statement?

732


what happens in execution stage in job processing?

650


How to pass the parameter in parm using linkage section ? (syntax)?

643


Explain how can a jobs execution priority be modified?

729


What is notcat 2 - gs?

923






How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1793


what happens in conversion stage in job processing?

721


Explain how can the disposition of sysout datasets be set for an entire jobstream?

627


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

1477


How can return codes be tested before execution of a job step?

912


What is the function of job statement in jcl?

629


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2212


Explain the jcl exec statement?

638


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1978


how can you check if a file is empty using jcl?

800