if we have a 10 steps how to override the 4th step in jcl?
Answers were Sorted based on User's Feedback
Answer / parvatraj m bhuti
Code cond parameter
as
cond= (0,GT).. Thats all.
| Is This Answer Correct ? | 0 Yes | 10 No |
how would you resolve sb37 and SE37?
without performing any operations on a file how can i know whether it contains data or not
how you will define variables length in cobol.
1)what is use of linkage section? 2)what is difference between comp and comp-3
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
What do you understand by psb and acb?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
Write a program to concert an Indexed file into Sequential file?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...