What do you understand by psb and acb?
Answer / Rajani
In COBOL, PSB (Program Storage Base) is a memory address specified in the IDENTIFICATION DIVISION that defines the starting location of program data areas.nnACB (Authorization Control Block) is used to manage access to files and databases on mainframe systems. It contains information about user authorization, including permissions and limits.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is SDSF?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
can we use 77 level no for Redefines?if we use give an example?
What is static and dynamic call in cobol?
What is IMPACT analysis?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
How can we increase the size of an existing PDS to include more no. of modules.
what is mainframe? what is the mainframe software ? what is use in s/w field?
How many variables can be declared in w-s section.?
I know my query will return more than one row but I don't want cursor what should I do?