Can I send output of job to my remote device careerride123?
No Answer is Posted For this Question
Be the First to Post Answer
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
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
What are three major types of JCL statements? What are their functions?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
In DCB, what is LRECL,BLKSIZE,DSORG
what will be the error code if duplicate key of VSAM file is found?
What is the use of IEBGENER ?
what is use of space parameter in dd statement?
what is full form of AIX
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
Is their any limit for data sets?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?