How do u write test cases?
No Answer is Posted For this Question
Be the First to Post Answer
how we rectify soc4 and soc7 error in project(need real time answer)? please reply
Write a program to explain size error.
How can you add a particular field in copybook?
What is the difference between subscript and index?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
how many maximum no of variables can be declared in linkage section ?
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
how do u link sub pgm to main pgm ?