have in 100 records in a file i want to read first 3 records
and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
run a loop from record one to 10
evaluate i/3 if comes even then skip
else write to output file
No Answer is Posted For this Question
Be the First to Post Answer
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
What are the parameter in the job card wihtout which job won't run........
How to pass the temp dataset form one JOB step to another?
I have three files for one step i need to override the third file how to do that in jcl?
Explain the function of the steplib dd statement?
how you will define a temporary dataset in jcl?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
Explain about SYSVAR
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
what is the restart?hopw it is invoked?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
how to convert a file form fixed Length to variable length?