what is the compile process of cobol program expalin with code
No Answer is Posted For this Question
Be the First to Post Answer
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
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?
how you will the direct the data to spool using sysout option?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
What does SYSIN * indicate?
Explain about LMCOPY -
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
wht is sysudump n sysout,sysprint ?
Explain about User Information
What is meant by S0C7 system abend code?
what is the difference between static call and dynamic call?