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
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete
describe the exec statement,its meaning ,syntax and keywords?
How many types we can give input to JCL
What is a S0C4 error ?
What are hierarchy levels in jcl?
can i sort packed decimal if i can tell the syntax
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
What is order of searching of the libraries in a JCL?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
What does the statements: typrun=scan and typrun=hold do in a JCL statement