How I sort the records in a file and copy the first 10
records to another file
Answer Posted / girish kumar
just write like this
sysin dd *
sort fields=copy
stop after=10
/*
//
i tryed it's working
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what happens in execution stage in job processing?
How gdg are concatenated?
What is the difference between run mode and addressing mode?
what sort card you will use to copy the data from one dataset to another dataset?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the purpose of dd dummy statement?
which utility is used a dummy utility?
How can return codes be tested before execution of a job step?
What is the function of dd disp parameter?
How can values be passed from the job stream to an executable program?
Differentiate between addressing mode and run mode.
Explain the purpose of the dd keylen parameter?
what is the difference between JES3 and JES2?
What is jcl in mainframe?