What is the problem of ordered sequential files access?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
What is SSRANGE, NOSSRANGE ?
What does the IS NUMERIC clause establish ?
what is record label is empty or standard in file description of data division?
Explain Restart Logic in Cobol?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
what is the default print format? in cobol
IF I mention stop run in CICS what happens?
how to transfer the file from pc to mainframe??
What will happen if we generate GDG +2 version instead of +1 version?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?